Multiple data sources for tabs on a form

MarcMendel

Registered User.
Local time
Today, 10:48
Joined
Jun 10, 2013
Messages
11
Hello,

Please see the screen shot attached.

I have a single form with multiple tabs. At the top of the form appears the name of an individual and below the name are multiple tabs containing information specific to that individual. Each tab has a separate underlying table, which is the data source for the information contained on that tab.

As best as I can tell, I can only use one single data source (a query at the moment) to populate all the data that appears on all the tabs. Is there a way that I can have a separate data source (namely, a table) for each tab?

"Thank you" in advance for all who can help.
Marc
 

Attachments

  • New Picture.jpg
    New Picture.jpg
    67.8 KB · Views: 117
So I believe they are all related to each other, by a common ID? i.e they are all Normalized tables.. If the answer is Yes then create SubForm's for each table and then you can add it to the main Form.. and Link the Parent and Child fields..
 

Users who are viewing this thread

Back
Top Bottom