Referencing From Nested Subform to Parent Table A97

K

Kahuna

Hi Folks

I have a nested subform >

MainForm > TabPanel1 > Subform1 with TabPanel2 > Subform2

Record Source for SubForm1 is my MainTable!ID (MainTable also the
source for MainForm)

I need to link the Subform2 data to the relevant ID of the MainForm record.

I am getting a link to the first record ID in the MainTable but I am
obviously missing something in linking to the 'Current Record' in the main
table.

Any suggestions on how I should proceed to get the reference right (and
where to put it!!)

Keep it Clean now... ;-)

TIA
 
S

SteveM

Open the subform properties and set the Master/Child link fields. You can
click the ellipsis (...) button to see available fields...

Steve
 
Top