VB6- Access2003 summing data onClick
I have a form in Access2003 called Daily_Log
The form is tied to the Daily_Log table.
On the form, I have a text box called Log_Date.
I also have a text box called Count_Logged with a button next to it called cmdGetLog
What I am trying to do is this:
When a user enters in a date in the Log_Date field, then clicks the cmdGetLog button, the program connects to the Job table and sums up the documents, Addl_pages and Wasted_paper columns based on what the user put in for the Log_Date.
Thanks!! :)