Resizing Forms

  • Thread starter Thread starter Patrick Potvin
  • Start date Start date
P

Patrick Potvin

Unlike Access 2003, the 2007 version creates new forms as large tab
forms which I cannot seem to adjust in size. I want to make some (but
not all) of my forms smaller in size through VBA code but not sure how
in 2007. Any advice?
 
Hi Patrick,

You need to change the default way in which database objects are shown.
From the Office button, select Access Options (button at bottom of Office
button dialog). Then select Current Database in the left column, and under
Application Options set the radio button for Overlapping Windows rather than
Tabbed Documents. You'll need to close and re-open the database before the
option will take effect.

HTH,

Rob
 
Back
Top