ADO Query
We can use SQL to create queries, allowing us to specify viewing only selected records and fields.
Display Selected Data
We want to display only the records from the "Customers" table where the "Companyname" field starts with the letter A:
Example
More Examples
Display records where "Companyname" is greater than E