Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

update list box when navigating records

Status
Not open for further replies.

Shift838

IS-IT--Management
Jan 27, 2003
987
US
I have another issue, that I want to update/refresh a list box when you navigate a record. So when you do a find for the record or you use the arrows to navigate that the listbox gets updated. where would I classify the code at to do that?
 
Sounds like you want to use the form's On Current Event (fires every time you move on or off a record).

Use the Requery method of the listbox.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top