Access Query all records execpt

G

Guest

I need to generate a report which only includes certain records from a field,
for example, the columnn is called fruit, I only want entries which contain
apple
 
A

Al Campagna

Iamwhoiam,
Use a query (not a table) as the RecordSource for the report, and in that query use
= "Apple"
as the criteria against the Fruit field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top