What you could also do is:
'Set the indexes of the controls, then use this code:
'Capture the enter key and go to next control
Where i is the index of the control
Me.Controls(i).Focus()
What you could also do is:
'Set the indexes of the controls, then use this code:
'Capture the enter key and go to next control
Where i is the index of the control
Me.Controls(i).Focus()