A apryor Registered User. Local time Today, 09:37 Joined Feb 11, 2005 Messages 31 Feb 23, 2005 #1 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?
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?
I iazcac Registered User. Local time Today, 17:37 Joined Sep 15, 2004 Messages 65 Feb 23, 2005 #2 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
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