I have a question about moving and deleting records from on table to another.
I set up a form that allows the user to accept or reject a record that was uploaded and placed in the main table.
I have it so that the user simply clicks on one of the two buttons and the record is copied to another table. This works fine.
However, I would like the same record which is still on the main table to be removed. I tried to use the delete command, but I received a 'Could not open. Database not found'.
Could this record simply be moved to the other table after the user selects it?
Any assistance will be appreciated.
Thanks
KJ
I set up a form that allows the user to accept or reject a record that was uploaded and placed in the main table.
I have it so that the user simply clicks on one of the two buttons and the record is copied to another table. This works fine.
However, I would like the same record which is still on the main table to be removed. I tried to use the delete command, but I received a 'Could not open. Database not found'.
Could this record simply be moved to the other table after the user selects it?
Any assistance will be appreciated.
Thanks
KJ