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

GoToRecord from a Combo Box

Status
Not open for further replies.

TimK01

Technical User
Jan 4, 2002
94
I have a form that displays a subset of a table. I want users to quickly jump backwards and forewards between the displayed records rather than scrolling, so I thought an unbound combo box with a row source of the same record set would be the way to go.

But I cant find a method of getting from the selected record in the combo box to one of the selected records, and still having the same record selection to scroll through (ie something to put on a GoToRecord statement). I could do it with filters but then I loose the rest of the selected records.

Any Ideas?

Tim
 
Docmd.GoToRecord acDataForm,"FormName",acGoTo,RecordCount

RecordCount can be supplied from Combo Box.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top