K
kateri4482
I have the following query that I run every few months to backup one of my
tables. But instead of "Summer08", I want it to automatically put today's
date so that I don't have to manually change the "Summer08" to something else
before running it. How do I do that?
SELECT TblEnhancedCodes.* INTO TblBackupEnhancedCodesSummer08
FROM TblEnhancedCodes;
Thanks!
tables. But instead of "Summer08", I want it to automatically put today's
date so that I don't have to manually change the "Summer08" to something else
before running it. How do I do that?
SELECT TblEnhancedCodes.* INTO TblBackupEnhancedCodesSummer08
FROM TblEnhancedCodes;
Thanks!