Hi Gary,
In the code "INSERT INTO tblNew
SELECT tblOld.* FROM tblOld WHERE some criteria.", if I just want to append whatever record has been selected into tblNew, how should I write the "Where..." statement.
My whole logic is: I have 2 buttons, one is Search, another is Delete. After finding one record, I want to go ahead and append it to another table and delete it from this table.
Thank you very much for your great help.
Have a great day,
Rose
In the code "INSERT INTO tblNew
SELECT tblOld.* FROM tblOld WHERE some criteria.", if I just want to append whatever record has been selected into tblNew, how should I write the "Where..." statement.
My whole logic is: I have 2 buttons, one is Search, another is Delete. After finding one record, I want to go ahead and append it to another table and delete it from this table.
Thank you very much for your great help.
Have a great day,
Rose