Pull Data From Many Tables

N

Nanette

I have several tables that are all connected by Entity Relationships in a
reasonable fashion.

I want to pull data from 4 tables (already in sub-datasheet design) and put
them as sub-datasheets on one Sub-Form, but Access is not recognizing the
ER's that are not directly tied to the base form.

i.e. Cabinet Table (base form) has direct ER to Part Table and Part Table
works fine. Part Table has direct ER to Part Details table. When I put the
Part Details on the Cabinet form it only give me options to connect (primary
key to child key) to the Cabinet Table and Part Table.

What am I missing?
 
D

Damian S

Hi Nanette,

You can fully specify the link if you need to, use something similar to this
in the properties for your child form:

Link Child Field: NAME_OF_CHILD_FIELD
Link Master Field:
forms!MAIN_FORM_NAME.NAME_OF_SUBFORM_CONTROL.form.NAME_OF_LINK_FIELD

You can't use the subform field linker by clicking the three dots... but you
can type it manually!!

Hope this helps.

Damian.
 
N

Nanette

Thanks Damian.

I'll give it a shot.

Damian S said:
Hi Nanette,

You can fully specify the link if you need to, use something similar to this
in the properties for your child form:

Link Child Field: NAME_OF_CHILD_FIELD
Link Master Field:
forms!MAIN_FORM_NAME.NAME_OF_SUBFORM_CONTROL.form.NAME_OF_LINK_FIELD

You can't use the subform field linker by clicking the three dots... but you
can type it manually!!

Hope this helps.

Damian.
 
N

Nanette

Hi Damian,

I know I've seen the Link Child Field and Lind Master Field properties
before, but I can't them now. Where do I click on the form to bring up these
properties?
 
D

Damian S

Hi again Nanette,

They are on the "Data" tab of the properties of the SubForm control on the
main form.

Damian.
 

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