I have a subform (datasheet view) that is a list of records. What I want to be able to do, is copy all the records in that form to a table.
So for example,
I want to take:
Customer ID from the subform and insert the reecords from tblCampaignHistory. I also want to take the current campaignId from the parent form and insert that into the same table. This campaignid will be the same for all the records added above.
Do I have to use insert into or something similar?
So for example,
I want to take:
Customer ID from the subform and insert the reecords from tblCampaignHistory. I also want to take the current campaignId from the parent form and insert that into the same table. This campaignid will be the same for all the records added above.
Do I have to use insert into or something similar?