how do I create tabbed subforms

  • Thread starter Thread starter Brett
  • Start date Start date
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?
 
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!

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000/2003

Message posted via AccessMonster.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top