I have a form which displays an inventory record. The user can click a button to display the next or previous record. But there may be hundreds of records in the set, so this is slow. I would like to allow the user to jump to a specific record number, which they enter. How do I jump to a specific record number in the set?
Robert
Robert