How do I check if a checkbox is true in Access VB?

D

Darlene

I have two forms, main form and subform. On the main form I have a combobox
that selects what we call site designators. On the subform I have checkboxes
that list test procedures. When you select a site designator from the main
form you are able to select as many test procedures needed by checking
checkboxes of each record needed. I need for all the records checked by the
checkboxes on the subform to fill in a field on the subform also called site
designator. So if the checkbox is true enter the selected text in the combo
box in a field on the subform.
 
Top