G
Guest
I have a form that has a command button for New. When I need to enter a new
record I punch the New button and expect it to default to the first text box
on the form which is the first item listed in the tab order. When I select
the New button the "Bold" option on my tool bar is selected. After I hit the
tab key once I end up at the first text box on my form where I want to be. I
have relocated the New button to be the last item on the tab order. I have
set all other buttons to: Stop = No, Enabled = Yes. The New button is
command79, where the code is: DoCmd.GotoRecord , , acNewRec. What could be
happening? When I first open the form I always get focus on the first text
box in the tab order, but when I hit New I am one tab away from the correct
text box. Any ideas on how to correct this?
record I punch the New button and expect it to default to the first text box
on the form which is the first item listed in the tab order. When I select
the New button the "Bold" option on my tool bar is selected. After I hit the
tab key once I end up at the first text box on my form where I want to be. I
have relocated the New button to be the last item on the tab order. I have
set all other buttons to: Stop = No, Enabled = Yes. The New button is
command79, where the code is: DoCmd.GotoRecord , , acNewRec. What could be
happening? When I first open the form I always get focus on the first text
box in the tab order, but when I hit New I am one tab away from the correct
text box. Any ideas on how to correct this?