Hi,
I have this code to validate input into a field. the problem is that the focus is not reset back to the field if there is a problem, it goes to the next field.
Private Sub FName_LostFocus()
mmsg = " is invalid. It can not contain ' and "
mmsg = mmsg & Chr(34)
mmsg = mmsg & " in the...