I have a table which (to make things simple for now) has 2 fields in it...
Employee_Role
Employee_Name
I have another table (tbl_Quotation) where I want to enter various data, of which 2 fields are Employee_Role and Employee_Name.
Now it would be easy for me to Select the Employee_Name from a list of names using a ComboBox and to enter the 2nd column (Employee_Role) into a text box, but I want to do it the other way round.
I want the user to select the Employee_Role from a ComboBox (cbo_Emp_Role) and for a second ComboBox (cbo_Emp_Name) to list only the Employees of that type of role. I hope that makes sense.
I have tried a few different things to achieve this but none seem to work but some ALMOST do what I want them to do.
Can anyone help ?
Thanks in advance
Al
Employee_Role
Employee_Name
I have another table (tbl_Quotation) where I want to enter various data, of which 2 fields are Employee_Role and Employee_Name.
Now it would be easy for me to Select the Employee_Name from a list of names using a ComboBox and to enter the 2nd column (Employee_Role) into a text box, but I want to do it the other way round.
I want the user to select the Employee_Role from a ComboBox (cbo_Emp_Role) and for a second ComboBox (cbo_Emp_Name) to list only the Employees of that type of role. I hope that makes sense.
I have tried a few different things to achieve this but none seem to work but some ALMOST do what I want them to do.
Can anyone help ?
Thanks in advance
Al