Hi,
I have a query that creates a new new table which will be used to store old data. When the user clicks the button that has the code to run the query they are prompted that the exisiting table will be deleted. My goal is that rather than having the existing table be replaced I’d like a new one to be added with a sequential name. IE tblbackup, tblebackup1, tablebackup2, tablebacku3 etc. I’m not concerned that the database will get too large with all of the backups as this is not something that will happen often. I’m more concerned as to what will happen if this accountant decides he needs old information after he’s made a change. I have no idea what the code would look like to do this or if it is even possible.
Thanks!
Leesha