set lookup combo box to follow lastname

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Combo Box lookup stops working. 1
Search combo box 2
Combo Box Dropdown 4
Retain combo box order 1
Combo box problem 3
Combo Box Default Value 4
Filter Combo Box Listing 5
Combo Box in a Datasheet Form 2

Back
Top