T
Terry Lowe
Hi. I used to think I understood databases but apparently not as well as I
thought... I need a bit of help from the gurus please on this project I am
writing.
Here's the deal (simplified): 4 tables:
1) Client Table: PK=ClientID
2) Employee Table: PK=EmployeeID
3) Assignment Table: PK=ClientID and AssignmentID (because each assignment
can belong to multiple Clients)
4) Assignment/Employee Table: PK=ClientID, AssignmentID, EmployeeID (because
each employee for an assignment is specific to a client).
I have the relationships set up and all of the links work fine except
Assignment/Employee Table. When entering data in table view (datasheet), the
combo box for AssignmentID shows ALL assignments - not just those assigned to
that ClientID via the Assignment Table. I have tried populating the list from
the table directly and with a filtered query to no avail.
I hope I have explained this well enough. Any help would be greatly
appreciated. Thanks.
thought... I need a bit of help from the gurus please on this project I am
writing.
Here's the deal (simplified): 4 tables:
1) Client Table: PK=ClientID
2) Employee Table: PK=EmployeeID
3) Assignment Table: PK=ClientID and AssignmentID (because each assignment
can belong to multiple Clients)
4) Assignment/Employee Table: PK=ClientID, AssignmentID, EmployeeID (because
each employee for an assignment is specific to a client).
I have the relationships set up and all of the links work fine except
Assignment/Employee Table. When entering data in table view (datasheet), the
combo box for AssignmentID shows ALL assignments - not just those assigned to
that ClientID via the Assignment Table. I have tried populating the list from
the table directly and with a filtered query to no avail.
I hope I have explained this well enough. Any help would be greatly
appreciated. Thanks.