Field lists - editing

T

tflett

I forgot to mention that I have 4 tabbed windows in my form (Client info,
Primary training, Secondary Info, Employment Info) each of which has its own
table. When I view my field list, only the Client Info table shows up for
each tabbed window. How do I get each field list table for each tabbed
window? Client info field list for client info window, primary training
field list for primary training window etc.
 
M

molsonexpert

If I understand correctly, it sounds like your form is based on your Client
table. To show data from other tables on the other tabs, you'll have to base
the entire form on a query of all the tables, not just the one table. Or, if
you have relationships, you could use subforms as well.
 
Top