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