C
Cameron
I have a form that has a Tab control on it, and on each page of the tab form
there are a number of questions with yes and no check boxes. The intent of
this form was to be used by the user to record the selections off of an Audit
form. I would like to code the close event on this form so that the event
would loop through each page in the tab and the check marks so that that data
is placed in the tables i have built for the data. What I have been having
trouuble with is how to define th check boxes in code so that the code would
step through each check box, save the ID of the question, the current index
of the tab form and the answer from the tab form. Can check marks be coded so
that they are part of an array so I can step through them.
there are a number of questions with yes and no check boxes. The intent of
this form was to be used by the user to record the selections off of an Audit
form. I would like to code the close event on this form so that the event
would loop through each page in the tab and the check marks so that that data
is placed in the tables i have built for the data. What I have been having
trouuble with is how to define th check boxes in code so that the code would
step through each check box, save the ID of the question, the current index
of the tab form and the answer from the tab form. Can check marks be coded so
that they are part of an array so I can step through them.