Trying to Filter Report

apryor

Registered User.
Local time
Today, 09:37
Joined
Feb 11, 2005
Messages
31
I'm sure this is an easy one, but I just can't put my finger on it. I have a Table that logs Qty, Desc, Size, Price, and a check box. How do I get my report to return only the items with a check in the checkbox?
 
You need to base your report on a query.

In the query you will need to add the criteria in the design view. Enter the criteria in the Checkbox Field (whatever its name) = Yes

Then create a report based on this
 

Users who are viewing this thread

Back
Top Bottom