H
H0MELY
Greetings, I am building a large database that will work with between 1.5 and
2 million records. Previously when I wanted to remove a record from a table
but not delete it I would run two queries, a make/append table query and then
a delete table query. Due to the size of this database the queries tend to
take a while, I was hoping that there is a way to move the records to a new
table and simultaneously delete them from the old table. Any suggestions
would be greatly appreciated.
2 million records. Previously when I wanted to remove a record from a table
but not delete it I would run two queries, a make/append table query and then
a delete table query. Due to the size of this database the queries tend to
take a while, I was hoping that there is a way to move the records to a new
table and simultaneously delete them from the old table. Any suggestions
would be greatly appreciated.