This worked great for me too. I used it against a Command Button... The only thing I can't figure out, is how to get the button to "re-enable" once the fields are filled in. Any advise would be much appreciated....
Private Sub Form_Current()
If IsNull(Me.LName) & Len(Me.FName) & Len(Me.Rank)...
This worked great for me too. I used it against a Command Button... The only thing I can't figure out, is how to get the button to "re-enable" once the fields are filled in. Any advise would be much appreciated....
Private Sub Form_Current()
If IsNull(Me.LName) & Len(Me.FName) &...