You marvelous man!!!!
It works!!!
The reason it "didn't work" at first was that I had some test code left
over.
Private Sub lstStringSetData_Enter()
DoEvents
Me.txtStringLineInput.SetFocus
End Sub
For some reason this was giving the focus to the page the controls were on.
Go figure.