Hi guys
I hope I can explain this correctly as I am a bit of a newby.
I have a form that has a number of Command Buttons on it (I call it a Dashboard). I have attached a screen shot.
Each button executes a report.
All of this works fine.
I have a text box in the Form header of each report that counts the number of records in it by using the following:
=Count([DateReceived])
Again, all of this works well.
I want to display the record count on a number of the Command buttons. The attached Dashboard screenshot shows a mockup of what I am wanting to do.
I think I need to run the queries when the Dashboard form is loaded or opened and then somehow count the values that I need to count and then display them on the button but I'm struggling to figure out who to do this...
Any help is greatly appreciated.
Cheers
Greg
I hope I can explain this correctly as I am a bit of a newby.
I have a form that has a number of Command Buttons on it (I call it a Dashboard). I have attached a screen shot.
Each button executes a report.
All of this works fine.
I have a text box in the Form header of each report that counts the number of records in it by using the following:
=Count([DateReceived])
Again, all of this works well.
I want to display the record count on a number of the Command buttons. The attached Dashboard screenshot shows a mockup of what I am wanting to do.
I think I need to run the queries when the Dashboard form is loaded or opened and then somehow count the values that I need to count and then display them on the button but I'm struggling to figure out who to do this...
Any help is greatly appreciated.
Cheers
Greg