sqleptical
Programmer
I want to create a new table that merges 2 existing total and average tables that have identical columns and primary keys. One table is a running total, the second table generated by a make table query consists of a new total generated daily. The table I need to create has to combine the two for a table with new grand total data. This will save me lots of time every day. Please help!