Hello all,
What I want to happen is the following but I'm unsure of how to go about it!
So, on my main form which is my Main Menu with buttons linking to other forms I want to add several boxes that contain the total number of records, for example:
Customers: <Total customers here>
Orders: <Total orders here>
So with my very limited access knowledge I know that I can view the total number of entries by using the total key whilst viewing a table, however I'm also lead to believe the end-user should never be able to directly view a table.
So I'm assuming I would create a query.. with the result linked to a text box perhaps?
My second question would be how would I go about adding a refresh button or something similar to this as the main menu is the key form, if that was closed the only way to re-open it would be to re-load the program (toolbars etc hidden on load).
Thankyou in advance,
~Markus
What I want to happen is the following but I'm unsure of how to go about it!
So, on my main form which is my Main Menu with buttons linking to other forms I want to add several boxes that contain the total number of records, for example:
Customers: <Total customers here>
Orders: <Total orders here>
So with my very limited access knowledge I know that I can view the total number of entries by using the total key whilst viewing a table, however I'm also lead to believe the end-user should never be able to directly view a table.
So I'm assuming I would create a query.. with the result linked to a text box perhaps?
My second question would be how would I go about adding a refresh button or something similar to this as the main menu is the key form, if that was closed the only way to re-open it would be to re-load the program (toolbars etc hidden on load).
Thankyou in advance,
~Markus