M
mcalex
Hi all
If i want to do the same thing to a bunch of controls, can i wrap multiple
'With' statements around the control manipulation code as below:
With combo1
With listBox1
With listBox2
.RowSource = ""
.Requery
End With
End With
or do i have to write a 'clear data' method and pass all the controls to it?
If i want to do the same thing to a bunch of controls, can i wrap multiple
'With' statements around the control manipulation code as below:
With combo1
With listBox1
With listBox2
.RowSource = ""
.Requery
End With
End With
or do i have to write a 'clear data' method and pass all the controls to it?