K
Kahuna
Hi Folks - really struggling to workout how to reference my MainForm from a
Nested Subform. Here's my structure:
MainForm
(Reason for this structure is because of the need for nested TabPanels)
I need SubForm2 Master/Child references to reference the MainForm
RecordSource.
Currently, by simply linking SubForm2!fc_id to MainForm!fc_id I get the 1st
record from the MainForm recordsource regardless where the cursor is in that
recordsource.
I have tried using a reference to the [MainForm]![fc_id] as the parent and
similar for the SubForm2 but they error when not finding the object!
Any suggestions on how to reference these would be welcomed.
Cheers
Nested Subform. Here's my structure:
MainForm
TabPanel1
(Reason for this structure is because of the need for nested TabPanels)
I need SubForm2 Master/Child references to reference the MainForm
RecordSource.
Currently, by simply linking SubForm2!fc_id to MainForm!fc_id I get the 1st
record from the MainForm recordsource regardless where the cursor is in that
recordsource.
I have tried using a reference to the [MainForm]![fc_id] as the parent and
similar for the SubForm2 but they error when not finding the object!
Any suggestions on how to reference these would be welcomed.
Cheers