I have a user who finds it inconvenient to
Private Sub txtEmpNum_Change()
If Len(Me!txtEmpNum) = 12 Then Me!txtDeviceID.SetFocus
End Sub
But the field length doesn’t seem to be recalculated after each keystroke. So I tried tying it to the “On Key Press” event?that didn’t seem to change anything. I’m stymied. Any help would be appreciated.
TIA,
Roxane