Match Listbox to current record

BJF

Registered User.
Local time
Today, 01:32
Joined
Feb 19, 2010
Messages
137
Hello,

I have a form in which i put a listbox that finds records when selected, as well as a search box which locates records.

Both work fine, but i am trying to figure if theres any way to make the listbox show or scroll to the record that im on if i use the search box to get to the record instead of the listbox.

i am attaching a sample db so you can see what i am talking about.
again, im looking for the listbox to highlight the record that im on after getting to that record from my searchbox


thanks for anyhelp
 

Attachments

at the end of your search code just use

Code:
Me.List3 = Me.SalesOrderNumber
 

Users who are viewing this thread

Back
Top Bottom