I have an employee database which has a login form. A query returns the value of the last employee logged in. I use this to restrict edits/features on various form 'onopen'.
I have a basic Employee Form. I'd like to that form to only open to the record of the current employee who is logged in. In other words, open the form and go to the record where the LogIn employee value matches the Employee ID.
I'm looking for the docmd.gotorecord code, not a macro.
Thanks for the help!