Using TAB to change pages

G

Guest

I have a multiple page form. Each page is a seperate tab.

How do I get the tab key or enter key to go to the next page in the form.
When I tried event procedures, I used on LOSTFOCUS GOTO PAGE 2. When the
macro was run, it came back with an error The cammand or action "GOTO PAGE"
is'nt available now. with the expination that I may be read only database or
an unconverted database. I am using 2007.
 
G

Guest

So you are using a Tab Control?
The tab control has multiple tab pages...
Just set focus to the next tab page: TabPage1.SetFocus etc.

This is different to having multiple pages on a form. A form may extend well
beyond the bottom of your screen and you can place page breaks at certain
intervals. Then you can go to a particular page.

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top