Finding a record

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

Guest

Using VBA, I want to loop through an access table to see if it contains a
certain record but I'm having problems. Can anyone help with this?
 
Hi Josh,

Instead of looping through a recordset, it's usually much simpler to use the
DCount() or DLookup() function.
 

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