S
Sean
I have a spreadsheet that is connected to my database and it is the raw data
for all of the query's in the database. This spreadsheet changes daily so I
have a bit of code that creates a table from it each day and the table name
changes daily as the current date is added onto the table name. Example:
Data20090727 and today's would be Data20090728. What I would like to be able
to do thru code is create a new table daily off the previous day's backup
table (data20090728) but how do I write the code so it know to choose the
previous days table?
for all of the query's in the database. This spreadsheet changes daily so I
have a bit of code that creates a table from it each day and the table name
changes daily as the current date is added onto the table name. Example:
Data20090727 and today's would be Data20090728. What I would like to be able
to do thru code is create a new table daily off the previous day's backup
table (data20090728) but how do I write the code so it know to choose the
previous days table?