Tab page behavior

Q

Question Boy

I'm experiencing a weird behavior. when I go from tab to tab on my form (only
when it is maximized) it scrolls/moves the content of the form up and down
slightly. What is causing this? I need to make it seemless.

Thank you

QB
 
L

Linq Adams via AccessMonster.com

Usually this has to do with the position of the first control on a given
tabbed page that gets focus. In other words, if you move from Page1 to Page2,
and the first textbox on Page2 that gets focus is way down near the bottom of
the page, out of sight, Access scrolls the page up when the control gets
focus. Make the first control on each page that receives focus one that is
placed near the top of the page.
 
Top