B
Barbara
I want to clear text boxes, check boxes and combo boxes on
an unfound form using control variables and a With Each
statement but don't know the complete With Each statment.
In other words, in the following example I have a variable
named ctlTextBoxes. My form is frmCandidates:
With Each ctlTextBox in ?????
Next ctlTextBox
Can someone fill in the ????? for me?
an unfound form using control variables and a With Each
statement but don't know the complete With Each statment.
In other words, in the following example I have a variable
named ctlTextBoxes. My form is frmCandidates:
With Each ctlTextBox in ?????
Next ctlTextBox
Can someone fill in the ????? for me?