Hi all!
Firstly, thanks to all the good people who have answered my numerous questions
Second, my problem: I would like to query my employee and employee_type (eng, adm, sci ect..) using a parameter to tell the query what kind of employee records I want returned. For example: list all of the employees who have employee_type = eng (engineer). The employee_type be chosen on a form via a listbox. I would like the user to highlight the employee type or types that they want to return records for and have that parameter/s sent to the parameter query.
Can anyone tell me how to pass the listbox value through to the parameter box on my query?
Firstly, thanks to all the good people who have answered my numerous questions
Second, my problem: I would like to query my employee and employee_type (eng, adm, sci ect..) using a parameter to tell the query what kind of employee records I want returned. For example: list all of the employees who have employee_type = eng (engineer). The employee_type be chosen on a form via a listbox. I would like the user to highlight the employee type or types that they want to return records for and have that parameter/s sent to the parameter query.
Can anyone tell me how to pass the listbox value through to the parameter box on my query?