I have a table in my database that contains over 5000 records. Each record is displayed individually in a form that has navigation buttons at the bottom to browse them. I have a search form that you can find the certain record that you want. When I open the form back up that contains the records i want it to browse to the certan record number. I already know how to get the record number and open the form and know the place i need to put the code. Is there a line of code that would be along the lines of like form.recordset.**movetorecord#200* ? the stars surround the part that is stupid/my psuedocode. I dont want to do a loop with a record counter because that would take forever (ive already tried) Like if the record is 3000 it would start at 1 and go through each of them, and i dont want that. There is a place on the bottom in the navigation that you can type a record number and it will jump to that record. I just need this in VBA.
Thanks for any help.
Pete
Thanks for any help.
Pete