RalphMorris
Technical User
In October several of the experts helped Richard178 with exactly the same problem which I had then & still have.
Since that time I’ve tried every combination of Forms & Sub-forms that I can devise and still cannot populate a sub-form from the Link Table. Please, if you can help, lead me very slowly 'cos I'm sure it's one of the "obvious" steps that is eluding me!! Right now humiliation is a small price to pay for being led by the nose.
At the simplest level, I have many people involved in many events and when I add either a body or an event I want to be able to relate a Body to many Events or Event to many Bodies - presumably using two forms, one with BODY, sub-form LINK[events] and EVENTS sub-form LINK[bodies].
My Tables look like this:
TABLE1 – PEOPLE
Personal_ID
Name
Etc.
TABLE 2 – EVENTS
Event_ID
Event
Etc
TABLE 3 - LINK
lnkMember_ID
lnkEvent_ID
Personal_ID links to lnkMember_ID
Event_ID links to lnkEvent_ID
I need Reports of a similar nature, and hope that once the penny has dropped for Forms, Reports will follow ??
HELP!
Since that time I’ve tried every combination of Forms & Sub-forms that I can devise and still cannot populate a sub-form from the Link Table. Please, if you can help, lead me very slowly 'cos I'm sure it's one of the "obvious" steps that is eluding me!! Right now humiliation is a small price to pay for being led by the nose.
At the simplest level, I have many people involved in many events and when I add either a body or an event I want to be able to relate a Body to many Events or Event to many Bodies - presumably using two forms, one with BODY, sub-form LINK[events] and EVENTS sub-form LINK[bodies].
My Tables look like this:
TABLE1 – PEOPLE
Personal_ID
Name
Etc.
TABLE 2 – EVENTS
Event_ID
Event
Etc
TABLE 3 - LINK
lnkMember_ID
lnkEvent_ID
Personal_ID links to lnkMember_ID
Event_ID links to lnkEvent_ID
I need Reports of a similar nature, and hope that once the penny has dropped for Forms, Reports will follow ??
HELP!