I have 2 forms: Employee List and Employee Info
I want to be able to select an employee in my combo box on Employee List form, then click a hyperlink/button and go to THAT employee's information on Employee Info.
The CAVEAT: I want to have the FULL recordset for Employee Info form(i.e. i do not want to query Employee Info form to include only one employee), I just want the one I am looking for to be the FIRST ONE TO SHOW UP.
Please Help!
PS: I'd love for the method to tie primary keys like [EmployeeID] = Forms!...[EmployeeID]
I want to be able to select an employee in my combo box on Employee List form, then click a hyperlink/button and go to THAT employee's information on Employee Info.
The CAVEAT: I want to have the FULL recordset for Employee Info form(i.e. i do not want to query Employee Info form to include only one employee), I just want the one I am looking for to be the FIRST ONE TO SHOW UP.
Please Help!

PS: I'd love for the method to tie primary keys like [EmployeeID] = Forms!...[EmployeeID]