I have 3 tables;
Employer
- eID
- eName
EmployerGroup
- eID (Combo Box lookup of Employer table above)
- eGrpID
- eGrpName
Employee
- eID (Combo Box lookup of Employer table above)
- eGrpID (Combo Box lookup of EmployerGroup table above)
- eeID
My problem: When entering data in the Employee table, after entering the eID, the Combo Box lookup of eGrpID lists ALL EmployerGroups(eGrpID) and not just the ones specific to the eID just entered.
Example, I have 2 companies CompanyA and CompanyB. CompanyA has 2 groups GroupA1 and GroupA2. CompanyB has GroupB1, GroupB2, GroupB3. When I create a record in the Employee table, after choosing say CompanyA, for the EmployerGroup field "eGrpID" I would like only GroupA1 and GroupA2 to be displayed in my dropdown combo box. However, all 5 groups appear.
Can someone help me? I think it has something to do with the Row Source property in table design for eGrpID.
Vince
Employer
- eID
- eName
EmployerGroup
- eID (Combo Box lookup of Employer table above)
- eGrpID
- eGrpName
Employee
- eID (Combo Box lookup of Employer table above)
- eGrpID (Combo Box lookup of EmployerGroup table above)
- eeID
My problem: When entering data in the Employee table, after entering the eID, the Combo Box lookup of eGrpID lists ALL EmployerGroups(eGrpID) and not just the ones specific to the eID just entered.
Example, I have 2 companies CompanyA and CompanyB. CompanyA has 2 groups GroupA1 and GroupA2. CompanyB has GroupB1, GroupB2, GroupB3. When I create a record in the Employee table, after choosing say CompanyA, for the EmployerGroup field "eGrpID" I would like only GroupA1 and GroupA2 to be displayed in my dropdown combo box. However, all 5 groups appear.
Can someone help me? I think it has something to do with the Row Source property in table design for eGrpID.
Vince