PRodgers4284
Registered User.
- Local time
- Today, 21:44
- Joined
- Feb 17, 2009
- Messages
- 64
I have a form that has various fields with the field property required set to yes, i want to add validation that validates if a required field is equal to null for example
If IsNull(.Required) then
MsgBox "Required fields incomplete"
End If
I want one msg to check all the fields set to required instead of writing validation for each form input field. Any help is much appreciated.
If IsNull(.Required) then
MsgBox "Required fields incomplete"
End If
I want one msg to check all the fields set to required instead of writing validation for each form input field. Any help is much appreciated.