tabbed forms - tab 3 link to tab 2

P

patti

I am using a tabbed form.
Tab A is based on ProjectTable with PK=ProjID
Tab B is based on ProjectDescTable with PK= ProjDescID and links to
ProjectTable with a field for ProjID. Tab B's child field is ProjID and
mother field is from Tab A's PK field.
Tab C is based on ProjTasksTable with PK=ProjTaskID and links to
ProjDescTable with a field for ProDescjID.

I want tab C to link to Tab B. Mother field would be ProjDescForm's
ProjDescID and child field would be ProjTaskForm's ProjDescID. The wizard
only shows me fields from Tab A.

Is there a way to link Tab C to Tab B?

Thanks.
 
J

John W. Vinson

I am using a tabbed form.
Tab A is based on ProjectTable with PK=ProjID
Tab B is based on ProjectDescTable with PK= ProjDescID and links to
ProjectTable with a field for ProjID. Tab B's child field is ProjID and
mother field is from Tab A's PK field.
Tab C is based on ProjTasksTable with PK=ProjTaskID and links to
ProjDescTable with a field for ProDescjID.

I want tab C to link to Tab B. Mother field would be ProjDescForm's
ProjDescID and child field would be ProjTaskForm's ProjDescID. The wizard
only shows me fields from Tab A.

Is there a way to link Tab C to Tab B?

Thanks.

A Tab Control on a form is *NOTHING* but a way to save screen space. Controls
on a tab page are logically on the Form. You can't "link" tab pages as you can
subforms.

Is there a Subform Control on Tab B? If so, the controls are on that Form...
not on the 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

Top