Subforms with Tabs

JayPoppin

Registered User.
Local time
Today, 07:55
Joined
Mar 4, 2011
Messages
10
I believe this is a simple question; it seems I'm just simpler.

I've created a form that basically includes all of the fields of the central table of my small database.

Each key-numbered entry in the main table belongs to one client.

I created two separate tables for two different types of employees that can be assigned to a client (many can be assigned to an individual client).

I created two more tables to keep track of these assignments (each assignment being auto-numbered).

I want, in my form, a subform to drop down that has two tabs, one for each type of employee-assignment.

I can create a subform for one, or the other. Creating one subform that includes both at the same time seems to send the whole thing haywire (no doubt because of some design flaw).

I cannot figure out how to just tab two different subforms.

Please help, and much thanks in advance.
 
Sounds like you're trying to place the tab control inside the subform? I'm not really sure.

Typically you place a tab control on the main form, then on each page of the tab control you place a subform control. Each subform can have it's own Master/Child link with the main form.
 

Users who are viewing this thread

Back
Top Bottom