In my DB I have an Employee form that displays employee information selecte by a Dialor Form, in single form view. I use the dialog form, Employee Select, to select the employee to view in the Employee form. I pass the selection results to a query that is run when the Employee form is opened.
My boss would like to be able to select multiple employees to view in the retrieved Employee form. I know I can use a List Box to select the multiple employees but how do I pass the results to a Query that opens my Employee form to just the selected records.
Also, for the Multi Select property of the List Box...what is the difference between Simple and Extended?
Thanks,
My boss would like to be able to select multiple employees to view in the retrieved Employee form. I know I can use a List Box to select the multiple employees but how do I pass the results to a Query that opens my Employee form to just the selected records.
Also, for the Multi Select property of the List Box...what is the difference between Simple and Extended?
Thanks,