Subform Link

jax

Registered User.
Local time
Today, 22:38
Joined
Mar 4, 2002
Messages
61
:rolleyes: I am having a mental blank.
I have a main form (parents and their grant applications) and a subform (children). The information for each is stored in three seperate tables. The parents and children are linked in the relationships via ParentID (one to many). The parents are linked to the applications via ApplicationID.

I have a query which links parents and applications, this query is the recordsource for the main form. The subform is a query of just the children table. The problem I am having is that the subform doesnt seem to be linking to the main form. When I add the details of a new parent/application the ParentID doesnt automatically show on the subform. And I get 'automation object' errors

I hope this makes sense. Can someone help.
 
It sounds like the LinkMaster/ChildFields of the SubFormControl haven't been set up correctly yet.
 

Users who are viewing this thread

Back
Top Bottom