I know i posted this question before, but I am still stuck. I am using Access 2007 and what i want to do is move all the data from one table to an "archive" table within the same database. i will do this every month. Ive looked at the Access Help and ive gotten many append query's. my first question is does Access 2007 support Microsoft Access SQL code? I have seen some query's like INSERT INTO and SELECT INTO but they both want me use an external database to export to. I cant find any simple functions like a move function. i have tried
but I get Compile error: Expected: line number or label or satement or end of statement
any help is greatly appreciated
Thanks Valgore
Code:
" INSERT INTO AmexHistorical " _ & "SELECT * " _ & "FROM [AmexCurrent];"
any help is greatly appreciated
Thanks Valgore