Multi page form

info_seeker

New member
Local time
Today, 05:00
Joined
Dec 9, 2003
Messages
6
I know this is probably real simple but I just have not been able to figure it out. I have a form with multiple pages. How do I get it to go to the next page after the last tab stop on the first page? Any suggestions would be greatly appreciated!!
 
Page2.SetFocus on the LostFocus event of the last control on your form
 
That worked perfectly. Thanks a bunch.
 
info_seeker said:
That worked perfectly. Thanks a bunch.

I got all of that worked out but now I need for it to go to a new record after the last page. Any suggestions. I'm just about brain dead from trying to figure this out.
 
info_seeker said:
I got all of that worked out but now I need for it to go to a new record after the last page. Any suggestions. I'm just about brain dead from trying to figure this out.

I got it figured out. I'm not much good with code so I did it with a macro and it worked fine. Thanks for all your help.
 

Users who are viewing this thread

Back
Top Bottom