L
Lynn Pennington
I have a table with some required fields.
I have a form to edit the fields.
How do I override the system message that it is
a "Required Field"? I would like to have a simple message
for the end user "Invalid Server Name." with a "OK" button
then set focus on the text box.
If IsNull(Me.txtServerName) Then
Msgbox "Invalid Server Name."
Me.txtServerName.SetFocus
End If
Please advise.
Thanks.
Lynn.
I have a form to edit the fields.
How do I override the system message that it is
a "Required Field"? I would like to have a simple message
for the end user "Invalid Server Name." with a "OK" button
then set focus on the text box.
If IsNull(Me.txtServerName) Then
Msgbox "Invalid Server Name."
Me.txtServerName.SetFocus
End If
Please advise.
Thanks.
Lynn.