Tab form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Simple questions - When I open a multiple tabbed form I have created I
consistently have to use the navigation bar on the side to get to the top of
the form (in order to see the tabs). Using a macro to maximize on opening
does not help. Any thoughts? I could live with it but it's going out to
end-users. Also, within the tabbed forms I am using some lines to break down
areas and have used the special effects on the tool bar to make them appear
sunken. However, it seems that they bleed through to the other tabbed pages
- is this a memory issue with my pc? (I tend to think so).
 
Maybe you could stick something like DoCmd.RunCommand acCmdSizeToFitForm in
the forms Activate event? That may help with the sizing issue (but not if
you are maximising the form).

As for the "bleed through" make sure that have selected the tab in which you
want to place the control and draw it straight on there. If you draw the
controls elsewhere on the form and drag them on to the tab control they will
not go where you think. Either that or if you have already placed them on
the form, cut and paste them directly onto the desired tab (select the tab
first).

HTH

Jamie
 
Back
Top