My main form is a split form.
I wish to add a command button on the "single form" part that duplicates that record and opens a pop-up form containing the duplicated record.
As I see it:
I append all of the data from the main form into a "holding table" using the "Unique" ID as my link.
I edit my duplicate then append it back into the main table (minus the old ID - The table will create that for me)
I can open a sub-popup-form using ="[ID]=" & [ID] What Im looking to do is the same thing but a new holding table.
I have always struggled to get data from a form into another table.
Your help in this process is always appreciated.
I wish to add a command button on the "single form" part that duplicates that record and opens a pop-up form containing the duplicated record.
As I see it:
I append all of the data from the main form into a "holding table" using the "Unique" ID as my link.
I edit my duplicate then append it back into the main table (minus the old ID - The table will create that for me)
I can open a sub-popup-form using ="[ID]=" & [ID] What Im looking to do is the same thing but a new holding table.
I have always struggled to get data from a form into another table.
Your help in this process is always appreciated.