S
Snurre
Hi,
Is there a way to set "Behavior Entering Field", "1" on a
textbox or combobox and all other fields remain:
Private Sub Form_Open(cancel As Integer)
Application.SetOption "Behavior Entering Field", "2"
End Sub
snurre
Is there a way to set "Behavior Entering Field", "1" on a
textbox or combobox and all other fields remain:
Private Sub Form_Open(cancel As Integer)
Application.SetOption "Behavior Entering Field", "2"
End Sub
snurre