Adjusting Contents of One Combo Box Depending On Selection From Another Combo Box
Hi, first time post (so I hope its in the right place!)
I am building a employee satisfaction survey database where the data is entered through a access built data access web page. Two of the fields that need to be completed are Department and Manager Name. It needs to be designed so that depending on which department you select from a combo box there will be a different list of managers available to select in the Team Manager combo box.
The Department combo box is populated from a Department table and similarly the Manager combo is populated from a Manager table. The two tables are linked in the table relationships so mangers do belong to departments.
My access knowledge is not great so I can populate the two combo boxes ut I dont know how to set the paramters on the data access page so that the contents of the manager combo is dependent on the department one.
Thanks in advance for any help.
Vin
Hi, first time post (so I hope its in the right place!)
I am building a employee satisfaction survey database where the data is entered through a access built data access web page. Two of the fields that need to be completed are Department and Manager Name. It needs to be designed so that depending on which department you select from a combo box there will be a different list of managers available to select in the Team Manager combo box.
The Department combo box is populated from a Department table and similarly the Manager combo is populated from a Manager table. The two tables are linked in the table relationships so mangers do belong to departments.
My access knowledge is not great so I can populate the two combo boxes ut I dont know how to set the paramters on the data access page so that the contents of the manager combo is dependent on the department one.
Thanks in advance for any help.
Vin