DaniBoy
Registered User.
- Local time
- Today, 04:07
- Joined
- Nov 18, 2001
- Messages
- 174
Need help with Dcount "Urgent" need this report
Hello
I have a report made from a query called ResponseDetail where I have 6 fields that the report uses. 2 of the fields are dates and 4 are checkboxes. The name of the query is ResponseDetail and one of the checkbox name is "Bulk" I need to tell access to only count de records on the checkbox that are true. This is what I did and it gives me errors;
=DCount("[Bulk]","ResponseDetail","[Bulk] = -1'")
Hello
I have a report made from a query called ResponseDetail where I have 6 fields that the report uses. 2 of the fields are dates and 4 are checkboxes. The name of the query is ResponseDetail and one of the checkbox name is "Bulk" I need to tell access to only count de records on the checkbox that are true. This is what I did and it gives me errors;
=DCount("[Bulk]","ResponseDetail","[Bulk] = -1'")