Tab Control

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

Guest

I would like to creat a form with 5 tabs. Each tab gets its data from 5
seperate quieres.

How do I start? I can use the wizard to create the first one, but how do I
do the same for the other pages?

I already have the 5 queries. Thanks
 
Hi Chipmunk,

Create separate forms based on your queries. Then insert each form into the
tab pages, using the Subform / Subreport wizard. You will likely want to
include the appropriate Link Master Field / Link Child Field, so that each
tab displays data that is relavant to the record displayed in the main form.

Once you get this working properly, you may want to take it a step further,
by implementing the Tab On Demand idea. See the section sub-titled "Speed up
Tab controls" in this document:

Implementing a Successful Multiuser Access/JET Application
http://www.access.qbuilt.com/html/multiuser_applications.html


Tom Wickerath
Microsoft Access MVP

http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
 
Since a form can only have a single recordsource, you're likely going to
have to create 5 separate forms, then use each of those five forms as a
subform on a different tab page.
 

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