Preventing form move

  • Thread starter Thread starter krcmd1
  • Start date Start date
K

krcmd1

I have a multiple tab page master form, with subforms on the tabs.

When I move to a particular tab page, the master form appears higher on the
screen, with the Access ribbon obscuring important fields.

on the problematic tab, the cursor goes to a a control that is not linked to
any tables.

How do I prevent the shifting of the master form?

thank you!
 
The only time I've seen this happen in an unprompted manner is when certain
toolbars are set to certain types of forms. The toolbar pops in, shifting
things downward... but I'm not sure about '07 and the ribbon, etc.

Otherwise, check the module code to make sure you don't have any positioning
code in there that might be playing a part.

--
Jack Leach
www.tristatemachine.com

"I haven't failed, I've found ten thousand ways that don't work."
-Thomas Edison (1847-1931)
 
Back
Top