If Me.NewRecord Then
Me.[COLOR=Red][B]NameOfControl[/B][/COLOR].SetFocus
End If
if me.newrecord = True Then
Me.YourControlName.Setfocus
End If
Me.YourControlName.Setfocus
You need your morning dose of coffee.Too slow this morning![]()
Do you have some code in tat field's Got Focus event, by any chance?