Tabs

B

BBran

Hello,

I am using Access 2007 on XPSP2.

Is there a way to use the keyboard to switch between object tabs?
 
A

Arvin Meyer [MVP]

BBran said:
Hello,

I am using Access 2007 on XPSP2.

Is there a way to use the keyboard to switch between object tabs?

Yes, at least in the form object, by use mnemonics. In the form's design
view, choose the Other tab on the property sheet and change the tab's name
property by adding an Ampersand (&) before a character in the name, like:

&FirstTab, &SecondTab, etc.

When you get back to form view, you'll see an underscore beneath the letter
F and under the letter S on the tabs. Now by using the Alt key, Alt + F will
take you to the first tab and Alt + S to the second.
 

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