H
Harmannus
Hallo,
How can i make a dropdown dependable based on a related subtable (set in
another table)?
So:
I have
tblOrganization
- OrganizationID
- OrganizationName
- Address
etc.
tblOrganizationEmployee
- EmployeeID
- OrganizationID
- CategoryID
- EmployeeName
- Tel
etc.
tblProjectOrganizationID
- ProjectOrganizationID
- OrganizationID
- Projectname
tblProject
- ProjectID
- ProjectOrganizationID
- EmployeeID
How can i limit the choices of EmployeeID based on tblOrganizationID.
Through tblProjectOrganization i know the Organization so it would be nice
if the dropdown only showed the Employees of the Organization defined in
tblProjectOrganization.
Thanx for any help!
Regards,
Harmannus
How can i make a dropdown dependable based on a related subtable (set in
another table)?
So:
I have
tblOrganization
- OrganizationID
- OrganizationName
- Address
etc.
tblOrganizationEmployee
- EmployeeID
- OrganizationID
- CategoryID
- EmployeeName
- Tel
etc.
tblProjectOrganizationID
- ProjectOrganizationID
- OrganizationID
- Projectname
tblProject
- ProjectID
- ProjectOrganizationID
- EmployeeID
How can i limit the choices of EmployeeID based on tblOrganizationID.
Through tblProjectOrganization i know the Organization so it would be nice
if the dropdown only showed the Employees of the Organization defined in
tblProjectOrganization.
Thanx for any help!
Regards,
Harmannus