Displaying counted records in a Report textbox

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top