Exporting to Excel

sroot

Registered User.
Local time
Today, 01:21
Joined
Mar 18, 2013
Messages
53
I have a database that a user puts in the information in a form and it exports to an excel sheet. The problem is i am using the DoCmd.transferspreadsheet to put the contents on the table to the excel sheet, i just do not want it to overwrite the data in there already. I need like a running list every time its used. Is this possible? Thanks
 
I am sorry, but I feel you have not explained well enough for us to give you a suggestion. Can you give another shot?
 
When you transfer the data it gets rid of the data already there and replaces it with the new data. I want it to keep the the existing data as well as the new data.
 

Users who are viewing this thread

Back
Top Bottom