Typing

C

Confused87

I have several tabs on my form and a datasheet view in each one. Starting at
tab one if you press the right arrow, it scrolls through absolutely
everything till your at the last tab. It isn’t very user friendly(my ethos is
to build for idiots). Is there anyway to stop the motion as it does if you
press the arrow when writing into a text box?
 
B

BruceM

I think you can get what you want by setting the Cycle property for the form
(Other tab on the Property Sheet) to Page.
 
C

Confused87

It hasn't made any difference :(

BruceM said:
I think you can get what you want by setting the Cycle property for the form
(Other tab on the Property Sheet) to Page.
 
Top