Hi,
On the On Load event of an form I want all the textboxs to be set to null
I tryed the following code but it will not work maybe someone can tell me what is wrong?
Dim ctl as Control
For Each ctl In Me.Controls
If ctl.Controle type acTextBox Then
ctl = Null
Next ctl
thanks
Duf
On the On Load event of an form I want all the textboxs to be set to null
I tryed the following code but it will not work maybe someone can tell me what is wrong?
Dim ctl as Control
For Each ctl In Me.Controls
If ctl.Controle type acTextBox Then
ctl = Null
Next ctl
thanks
Duf