Hello,
I would like to run a Make Table Query that each time it is executed saves the new table as 'Table' followed by the date and time,
eg Table_2005_01_15_Time_06_37 or something similar in a different order.
Something along the lines of:
SELECT Original_Table.* INTO Table&Date&time
FROM Original_Table;
How can I use Date and Time as part of a table name in SQL?
Thanks
SO
I would like to run a Make Table Query that each time it is executed saves the new table as 'Table' followed by the date and time,
eg Table_2005_01_15_Time_06_37 or something similar in a different order.
Something along the lines of:
SELECT Original_Table.* INTO Table&Date&time
FROM Original_Table;
How can I use Date and Time as part of a table name in SQL?
Thanks
SO