D
DCitti
Guest
I have designed a database that contains 5 tables. Occaisionally we need to transfer data from one table to another.
I've created a main form that contains a tab that contains a sub-form for each table. Each sub-form contains a check-box to send the 'marked' records to the specified table.
Example:
Mark record to be transfered to obsolete
Mark record to be transfered to Lab
I've place a command button on each sub-form called "Update Table." what I'd like to have happen is for the marked records to be transfered to the correct table then deleted from the original table when the button is clicked on the active sub-form.
Any suggestions on how to accomplish this?
I've tried using append and delete queries and a macro to run them - however, adding the second transfer option as limited my success.
I've considered created ADO objects but I'm not a VBA programmer so figuring this out is confusing.
Any assistance would be greatly appreciated.
Thank you!
I've created a main form that contains a tab that contains a sub-form for each table. Each sub-form contains a check-box to send the 'marked' records to the specified table.
Example:
Mark record to be transfered to obsolete
Mark record to be transfered to Lab
I've place a command button on each sub-form called "Update Table." what I'd like to have happen is for the marked records to be transfered to the correct table then deleted from the original table when the button is clicked on the active sub-form.
Any suggestions on how to accomplish this?
I've tried using append and delete queries and a macro to run them - however, adding the second transfer option as limited my success.
I've considered created ADO objects but I'm not a VBA programmer so figuring this out is confusing.
Any assistance would be greatly appreciated.
Thank you!