Is there an easy way to go to a certain record without going through all the previous records??
ie. If I had a 1000 records and I wanted to goto record 499 of 1000 then the only way I can see doing it is a for loop with 1 to 499 and using the "next form" command.... which would take quite a while to execute.
Is there a command like
docmd.gotorecord, 499
???
Of course the 499 will be a variable in reality, but I'm just tyring to get the right syntax for the job.
Thanks.
ie. If I had a 1000 records and I wanted to goto record 499 of 1000 then the only way I can see doing it is a for loop with 1 to 499 and using the "next form" command.... which would take quite a while to execute.
Is there a command like
docmd.gotorecord, 499
???
Of course the 499 will be a variable in reality, but I'm just tyring to get the right syntax for the job.
Thanks.