G
Guest
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.
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.