|
 |
access thread: move to archive
Message #1 by "Ahmed Khamis" <Ahmed.Khamis@v...> on Mon, 22 Jul 2002 19:13:29 +0200
|
|
Good day All,
I have a data base where I have the main table and the archive table I
want in case of I pressed the archive button on the form all the data of
this record to be moved to the archive table and to be deleted from the
main table.
Best regards,
Ahmed Khamis
Vodafone Egypt
Customer operation
Mob: xxx-xxx-xxxx
Ext:56-1107
Ahmed.khamis@v...
Message #2 by "Derrick Flores" <Derrick_Flores@s...> on Mon, 22 Jul 2002 11:50:31 -0500
|
|
Ahmed,
I usually do this by creating an append query that will append the data
from the main table to the archive table and create a delete query using
the same criteria as the append query.
Thanks,
Derrick Flores
>>> Ahmed.Khamis@v... 07/22/02 12:13PM >>>
Good day All,
I have a data base where I have the main table and the archive
table I want in case of I pressed the archive button on the form all the
data of this record to be moved to the archive table and to be deleted
from the main table.
Best regards,
Ahmed Khamis
Vodafone Egypt
Customer operation
Mob: xxx-xxx-xxxx
Ext:56-1107
Ahmed.khamis@v...
|
|
 |