GoToRecord subform - duplicate FK

Thanks,

and is it difficult then to do that in my db? (To copy 6 subforms via 1 single button click)?
 
It will all depend on the structure of your underlying tables.

If I get a chance during the day tomorrow, I'll see if I can make some adjustments to my sample DB for you.
 
It will all depend on the structure of your underlying tables.

If I get a chance during the day tomorrow, I'll see if I can make some adjustments to my sample DB for you.
It would be amazing if you can make some time to take a look at my db.

I try to give a better description for the functionality:
Please take a look at the table tblBatch, there are 3 records include where the form productselection is based on.
Every Batchnumber has several foreign keys ( table tblProductino, tblPhysic, tblChem, tblMicrob, tblProductS, tblStorageC) that contain specific information (parameters) for that batchnumber.
Now I like to have a function (via a button?) that copy 1 record to a new one (tblBatch), all the productinfo that is linked to that batch (via Batchid)....

So when you press the copy button on the frmproductselection you see everything same, but as copy (batchid +1 in tblBatch, tblProductinfo, ....)
 
Last edited:

Users who are viewing this thread

Back
Top Bottom