Jayz
ISP
- Feb 17, 2002
- 59
Ok,
I'm obviously doing something wrong here, I can't get this to work.
I have a query named [qryBacklog] and a field name
I'm obviously doing something wrong here, I can't get this to work.
I have a query named [qryBacklog] and a field name
Code:
which displays letters A-F depending on days elapsed for the total days an order is overdue. eg >100 days =A, >80days=C and so on...
I created my continuous form based on the query. and created an unbound text box. In the control source I entered:
=DCount("[code]","qryBacklog","[Code] = 'A'")
This is suppose to count the Number of times the letter "A" appears, but instead I get the #Error.
What am I doing wrong.
Please help.
Regards,
Jay