You will have to be careful because if you run your present transaction/transaction detail append queries, it will bring in all records (not just the new ones). In other words, you need to modify the transaction and transaction detail append queries to only get the new records. You might be able to do this with some criteria in your existing query or you might have to create an intermediate query that does the selection of new records and then reference that query in the append queries and not the linked excel table.I don't think so I have always done it this way. I simply paste it on the first empty cell and it pastes all of the new days records into the linked excel sheet and the old data is intact.
Additionally, if the old data is now stored in Access, why keep the old data in the linked Excel table too--redundant?
I assume that your are referring to an attachment to an e-mail, correct. I've never done that, so I cannot answer your question. But, it sounds like you have a current process that works fine to get the data into Access.Do you still believe that there is a way to make one table directly from the email or did my explanation shed some light on the situation?
All forms and reports should be based on the new tables since they have the appropriate design that leads to better performance. With respect to queries, only the append queries as we have been discussing should refer back to the linked spreadsheet table. Any other queries need to refer to the new tables.should my generalreport recordsource (qryselectTotals) be changed so that when qryselectTotals grabs from qrySelect it grabs the from the newly created tables instead of tblLinkedList or does it not matter?