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.
 
Back
Top