Hi,
I have a main form with a subform continuous form, each form on the continuous form contains FieldA, FieldB, FieldC and a YesNo Checkbox, there are also Fields D-E that are not on the form but in the table.
On the main form is a button called "CopySelected Records". I want to select (click checkbox of) some of the continuous form records, and then click CopySelectedRecords to copy the selected records - Fields A-E - to a second table. What would be the code in the CopySelectedRecords_OnClick procedure?
Thanks for any help
David