Hello, Everyone.
I've got a form set up in 'Tabular' mode.
I would like to step through a particular column of text boxes and test the contents but don't know what to loop through. The text box I'm using is called Complaint.
Something like....
do while more Complaint
myVariable = complaint.text
test myVariable
next Complaint
loop
at the form_load event.
Since design view only shows one text box, I'm uncertain how to set up a loop through several of them.
Any suggestions for me?
Thanks all
PB
I've got a form set up in 'Tabular' mode.
I would like to step through a particular column of text boxes and test the contents but don't know what to loop through. The text box I'm using is called Complaint.
Something like....
do while more Complaint
myVariable = complaint.text
test myVariable
next Complaint
loop
at the form_load event.
Since design view only shows one text box, I'm uncertain how to set up a loop through several of them.
Any suggestions for me?
Thanks all
PB