I have created an append query and delete query which upon a click of a button runs a macro which requests a record number to be entered. At present the append query requests the record number to append a record to a USED TABLE. The delete query asks for the record number to be entered again so it can delete it from the CURRENT TABLE.
Do I really need it to ask twice or will the append query retain the selected record for it to be deleted by the delete query.
Also can anyone show the VBA Code to do this because when the form is replicated the macros suddenly stop working
Do I really need it to ask twice or will the append query retain the selected record for it to be deleted by the delete query.
Also can anyone show the VBA Code to do this because when the form is replicated the macros suddenly stop working