Report problems!

  • Thread starter Thread starter Janet
  • Start date Start date
J

Janet

Hi!
I am trying to create a report that only shows records
that have a 'Yes' value in a particular field. I currently
have a report set up that sorts the records by the Yes/No
entry, but I would like one to only show the Yes. I'm new
with creating more advanced reports so ANY help will be
very much appreciated.
 
Janet,
Make a query to filter the records first.
Include all the fields you want to show in the report.
In that Yes/No field's criteria line, write:
True

Then change the record source of the report to the query and you've solved
your problem.
 
Back
Top