txtSerial was the control giving me trouble. This addition "fixed" it. I still don't understand what the issue was.
Code:
Private Sub Form_Load()
Me![txtSerial].SetFocus
End Sub
After I enter information in the field I have to select a bound field or click on the datasheet attached to the split form. I can of course manually reset the focus, but this doesn't seem right.