how do I create tabbed subforms

B

Brett

How do I make a few subforms on a form but make each subform have a tab
across the top so the users can click the tab and see each subform
individually?
 
L

Linq Adams via AccessMonster.com

Place the Tabbed Control on your form.
Go to Insert - Tabbed Pages
Add pages to get the total you need
Select a page and add the Subform control to it.
Select another page and repeat

The main thing to remember when working with tabbed pages is that you have to
select the given page before adding a control. Otherwise, although it looks
like you're adding the control to the topmost page, you're actually adding it
to the form, and it'll show up on ALL PAGES!
 
Top