E
excelCPA
Is there a way to write a Make Table query with dynamic table name?
For example, I want my query to make a table titled Results_MMDDYY,
where the MMDDYY is fully dynamic based on the date that I run the
query.
SELECT USER_ID, LOGIN_DATE, INTO [Results_]& Now()
The above line of SQL doesn't execute, but is there a way to do this
in the SQL editor (not in VBA)?
For example, I want my query to make a table titled Results_MMDDYY,
where the MMDDYY is fully dynamic based on the date that I run the
query.
SELECT USER_ID, LOGIN_DATE, INTO [Results_]& Now()
The above line of SQL doesn't execute, but is there a way to do this
in the SQL editor (not in VBA)?