I have a form that has many check boxes (over 61). After the user finishes checking the necessary boxes, I would like to step through each check box and copy them all to a table. The fields in the table have the same names as the check boxes names but not necessary in the same order of entry.
How would you accomplish this in VBA code? Any idea? Can anyone tell me how to use a loop function so I don't have to write each name of each check box and each table filed.
Thanks a bundle…
TheTeaMan
How would you accomplish this in VBA code? Any idea? Can anyone tell me how to use a loop function so I don't have to write each name of each check box and each table filed.
Thanks a bundle…
TheTeaMan