Record Navigation in VBA

  • Thread starter Thread starter Don Stone
  • Start date Start date
D

Don Stone

I have a form based upon a table. I have identified a record in that table
via an ID number. Here is my problem: I wish to now display the record
containing this ID and believe that I may be able to use the "docmd.acgoto"
method if I could determine the record number corresponding to this ID.
However, I am at a loss as to how to find the corresponding record number.
Thank you very much for any advice given.
Don
 
Thanks for the help. I used the FindRecord in a different area of the
code/form and it worked great.
Don
 
Back
Top