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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Goto a specific record on a form

Status
Not open for further replies.

asjohnson

Technical User
Mar 8, 2001
15
0
0
US
I have a form with a list box, that when a specific record is selected in the list box, I'd like the main form to goto the selected record.

The bound column in the list box is the ID field that is in the main form. Something in the ListBox_Click event that says goto Record where Mainform.ID = Listbox.ID.Value?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top