Good evening (OK, it's evening here, now)
I have a simple db that I created to make a reporting process easier. Within this db I have two tables, a main table and an archive table.
My thought process is that when a report is finished the user can click a command button and the record containing the report is moved from the main table to the archive table (and then deleted from the main table).
I thought to do this to keep the main table from becoming too large (and so forth).
Anyway, I though the best way to do this is with an append query; however, when I try this approach, the query moves the whole main table and appends it to the archive table.
Is there anyway to set the criteria for the append query so that it only appends the current record to the archive table?
I searched through the forums, and while I found several references to this, none seemed to fit what I was trying to do.
Thanks in advance!!!!!!!!!!!!!!!!
I have a simple db that I created to make a reporting process easier. Within this db I have two tables, a main table and an archive table.
My thought process is that when a report is finished the user can click a command button and the record containing the report is moved from the main table to the archive table (and then deleted from the main table).
I thought to do this to keep the main table from becoming too large (and so forth).
Anyway, I though the best way to do this is with an append query; however, when I try this approach, the query moves the whole main table and appends it to the archive table.
Is there anyway to set the criteria for the append query so that it only appends the current record to the archive table?
I searched through the forums, and while I found several references to this, none seemed to fit what I was trying to do.
Thanks in advance!!!!!!!!!!!!!!!!