Multiple tabs one checkbox

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

Guest

Hi,

I have 3 tabs, each tab has a checkbox which calls the same function when it
is checked, however I cant name them all the same name because Access doesnt
like more than 1 control being name the same.
I know there is a way to display the same checkbox on all tabs, however i
cant seem to find it...anyone know how to do this?
 
To show a control regardless of which tab is active, place it directly on
the form.

In form design view, cut the existing check box from the tab page to
clipboard (Ctrl+X), select the Detail section of the form (grey bar above
the detail section), and paste (Ctrl+V.) The control should show regardless
of which page is selected.
 
Back
Top