ProgramError
Programmer
Dim ctrl As Control
For Each ctrl In Me.Form
If ctrl.ControlType = acTextBox Then
If [purple]ctrl.value[/purple] = Null Then Debug.Print "NULL NULL NULL"
end if
next
Help wanted to check the value of the control for null. Need syntax for purple words above.
Thanks
Ian Mayor (UK)
Program Error
Always make your words sweet and nice. Because you never know when you may have to eat them.
For Each ctrl In Me.Form
If ctrl.ControlType = acTextBox Then
If [purple]ctrl.value[/purple] = Null Then Debug.Print "NULL NULL NULL"
end if
next
Help wanted to check the value of the control for null. Need syntax for purple words above.
Thanks
Ian Mayor (UK)
Program Error
Always make your words sweet and nice. Because you never know when you may have to eat them.