set lookup combo box to follow lastname

T

troy

I have a combo box as a last name lookup. When I switch pages it stays on the last name I lloked up. How do I get it to follow the page or last name I am on. Such as Johnson, Miller etc
 
J

John Vinson

I have a combo box as a last name lookup. When I switch pages it stays on the last name I lloked up. How do I get it to follow the page or last name I am on. Such as Johnson, Miller etc

Use the Form's Current event to set the value of the combo box to the
current person's unique ID.
 
Top