S
sam
I posted quite a while ago but it's dissapeared so....
I'm wanting to loop thru all the controls on an unbound
form and and clear any data that may be contained in a
control (clear the form) but am having trouble getting it
to work.
Dim ctl As Control
For Each ctl In Me.Controls
ctl.something=something *** can't get this right***
Next ctl
Any ideas?
I'm wanting to loop thru all the controls on an unbound
form and and clear any data that may be contained in a
control (clear the form) but am having trouble getting it
to work.
Dim ctl As Control
For Each ctl In Me.Controls
ctl.something=something *** can't get this right***
Next ctl
Any ideas?