Rich,
I got it!
I was writing the following code:
Forms!SerialTrack!SerialsSub2.SetFocus
DoCmd.GoToRecord , , acNext
This didn't work.....but
______________________________________
....after your posting, I re-thought my process and did it like this:
Dim varSub2 As Control
Set varSub2 =...