I have a table of employees that includes a field for their supervisor.
I want to open a form based on an individual supervisor--- list all of that supervisors employees. (No problem, I have done this from a query with just the supervisor and employee name fields)
Now I want to be able to select one or more of the employees on that form (check box maybe - but does not exist in employees table). Once I select the employe/s on the form I want to run a report showing only the employee/s selected. I have tried an unbound check box but it checks all if I click one box or none if I deselect a box.
How can I set up a control on the form (not bound to a table), that shows for each individual employee, where I can choose the employee/s to be printed...and can I pass that control to the report query?
I really don't want to add a field to the table and then have to manage it before and after the printing.
Thanks,
I want to open a form based on an individual supervisor--- list all of that supervisors employees. (No problem, I have done this from a query with just the supervisor and employee name fields)
Now I want to be able to select one or more of the employees on that form (check box maybe - but does not exist in employees table). Once I select the employe/s on the form I want to run a report showing only the employee/s selected. I have tried an unbound check box but it checks all if I click one box or none if I deselect a box.
How can I set up a control on the form (not bound to a table), that shows for each individual employee, where I can choose the employee/s to be printed...and can I pass that control to the report query?
I really don't want to add a field to the table and then have to manage it before and after the printing.
Thanks,