Hi I have some data as follows in a table called job
Job number
1
2
3
I know how to write a query to count the records
SELECT COUNT(*) FROM JOB.
My question is how do I display the Count results in an unbound textbox in a
report.I would like to use VBA to do this and my text box is called
txtJobNumber.

Signature
Much help appreciated thank you so much for your ideas
Allen Browne - 14 Dec 2005 05:54 GMT
Answered in:
microsoft.public.access.modulesdaovba