Thanks rac2, but I may have not stated the problem correctly or you may be overthinking it. Isn't there a way to SELECT a group of records from a table and INTO them into a new table that has a name made up of a constant plus the date of whenever the query was run? For example if I ran it...
I'd like to make a copy of a table each time someone opens it(once a day). I'd like to name the new table tblProgress plus that days date. Ex; tblProgress112101 for today.
SELECT [progress report].* INTO ?????????
Any ideas? Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.