II have a form [frmIndividual] with a subform [sbfOrgsContact]. The form shows a list of organizations for wich the individual is the main contact. I would like to double click the field [Org_NAME] and have the form [frmOrg] open up to the record for that organization.
Currently I have a macro set up on double click where the condition is:
[Org_ID]=Forms![sbfOrgsContact]![Org_ID]
but it only works when you open up the subform independently.
I have also tried (but this doesn't work from anywhere):
[Org_ID]=[Forms]![frmIndividual]![sbfOrgsContact].[Form]![Org_ID]
Should I not be using macros?
Thanks!!!
Currently I have a macro set up on double click where the condition is:
[Org_ID]=Forms![sbfOrgsContact]![Org_ID]
but it only works when you open up the subform independently.
I have also tried (but this doesn't work from anywhere):
[Org_ID]=[Forms]![frmIndividual]![sbfOrgsContact].[Form]![Org_ID]
Should I not be using macros?
Thanks!!!