fraser_lindsay
Access wannabe
- Local time
- Today, 19:04
- Joined
- Sep 7, 2005
- Messages
- 218
Hello,
I am trying to set up a statistics summary of my database. Part of this is the number fo records counted in a query for various queries. I found this on the forum:
To show the number of records returned by a query, you can use the DCount() function.
Put a text box on the form. Put this in the Control Source property of the text box (using the correct query name):-
=DCount("*","queryName")
I have made a blank, unbound form and added a text box using this syntax above (with my query name).
However, I get an error in the box '#Name?' when I run the form.
Any suggestions?
I am trying to set up a statistics summary of my database. Part of this is the number fo records counted in a query for various queries. I found this on the forum:
To show the number of records returned by a query, you can use the DCount() function.
Put a text box on the form. Put this in the Control Source property of the text box (using the correct query name):-
=DCount("*","queryName")
I have made a blank, unbound form and added a text box using this syntax above (with my query name).
However, I get an error in the box '#Name?' when I run the form.
Any suggestions?