I have command buttons my form that work fine and tab to the next command button. I tried using vba code on key down and exit for the command buttons but it made my tab order mess up.
Here is my vba code; DoCmd.GoToRecord , , acNext
Is there a better or different way to approach this without affecting my tab order ?