How to go back to first record in recordset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This may be a dumb question, but other than closing and reopening a
resordset, is there a way to get Access to point to the first record again?
My code is adding records to a temporary recordset, but I have a test that
only works when it is looking at the first record.
 
Depending on what type of recordset you opened, you should be able to use
the MoveFirst method to go back to the beginning.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top