bluenoser337
Programmer
I have an Access2000 DB with a single table recording parts as they are manufactured. At the end of the day, after printing the summary report, I would like to "add" the days production to another table that will be updated every day with the "totals" from that day. This table will be used for weekly, monthly, and annual reports so it is not necessary to search a table filled with individual parts records. The original table can then be emptied for the new day. My query for the report does all the necessary grouping but I'm not sure how to "add" this totalled information to another table. Also, I would also like to have some kind of check that the transfer has occurred successfully before emptying the original table. Any suggestions greatly appreciated!