G
GIraffe
Thank you for your time and patience. This board has been a wealth of
information and knowledge. I hope you can help me with my latest Access
challenge. I’ve been troubleshooting for the last 3 days and have exhausted
my troubleshooting knowledge. I’d appreciate any suggestions you may have.
Bottom line – I have 1 table with 2 other tables linked to it by a common
field. One of the 2 tables retrieves all the data correctly, the 2nd of the
2 tables only retrieves part of the data. Here’s my structure:
Relationships (All are 1 > Many)
tAgreements.AgreementID > tAgreementsAmds.AgreementID
tAgreements.AgreementID > tAgreementWithJoin.AgreementID (referential
integrity)
tAgreementsWithJoin.AgreementWithID > tAgreementWith.AgreementWithID
tAgreements
AgreementID [autonumber] (Primary Key Links w/
tAgreementsAmds.AgreementID & tAgreementWithJoin.AgreementID)
AgreementDate [date]
AgreementNo [text]
tAgreementsAmds
AgreementsAmdsID [autonumber] (Primary Key)
AgreementID [number] (Links with tAgreements.AgreementID)
AmendmentNo [text]
AmendmentDate [date]
This structure works fine … For every agreement, I get all the Amendments
associated with the agreement. It’s the next join I’m having problems with.
tAgreementWithJoin
AgreementWithJoinID [autonumber] (Primary Key)
AgreementID [number] (Links with tAgreements.AgreementID)
AgreementWithID [number] (Links with tAgreementWith.AgreementWithID)
tAgreementWith
AgreementWithID [autonumber] (Primary Key) (Links with
tAgreementWithJoin.AgreementWithID)
AgreementWith [text]
I often have an agreement with more then 1 organization. For each
agreement, using a combo box in Datasheet form, I choose each organization
that is part of each agreement. Here’s my problem, for each agreement, only
the last organization I choose will appear in my search queries or in my
report.
Thank you for your help.
information and knowledge. I hope you can help me with my latest Access
challenge. I’ve been troubleshooting for the last 3 days and have exhausted
my troubleshooting knowledge. I’d appreciate any suggestions you may have.
Bottom line – I have 1 table with 2 other tables linked to it by a common
field. One of the 2 tables retrieves all the data correctly, the 2nd of the
2 tables only retrieves part of the data. Here’s my structure:
Relationships (All are 1 > Many)
tAgreements.AgreementID > tAgreementsAmds.AgreementID
tAgreements.AgreementID > tAgreementWithJoin.AgreementID (referential
integrity)
tAgreementsWithJoin.AgreementWithID > tAgreementWith.AgreementWithID
tAgreements
AgreementID [autonumber] (Primary Key Links w/
tAgreementsAmds.AgreementID & tAgreementWithJoin.AgreementID)
AgreementDate [date]
AgreementNo [text]
tAgreementsAmds
AgreementsAmdsID [autonumber] (Primary Key)
AgreementID [number] (Links with tAgreements.AgreementID)
AmendmentNo [text]
AmendmentDate [date]
This structure works fine … For every agreement, I get all the Amendments
associated with the agreement. It’s the next join I’m having problems with.
tAgreementWithJoin
AgreementWithJoinID [autonumber] (Primary Key)
AgreementID [number] (Links with tAgreements.AgreementID)
AgreementWithID [number] (Links with tAgreementWith.AgreementWithID)
tAgreementWith
AgreementWithID [autonumber] (Primary Key) (Links with
tAgreementWithJoin.AgreementWithID)
AgreementWith [text]
I often have an agreement with more then 1 organization. For each
agreement, using a combo box in Datasheet form, I choose each organization
that is part of each agreement. Here’s my problem, for each agreement, only
the last organization I choose will appear in my search queries or in my
report.
Thank you for your help.