I'm using Access 2003.
Probably a bonehead question here: How can I run a query within VBA and capture the recordcount of the result set?
I'd like to use the CurrentDb.Execute function, but it seems to work only for "action" type queries (Inserts, Updates, or Deletes).
Thanks for any help you can give.
Wayne
Probably a bonehead question here: How can I run a query within VBA and capture the recordcount of the result set?
I'd like to use the CurrentDb.Execute function, but it seems to work only for "action" type queries (Inserts, Updates, or Deletes).
Thanks for any help you can give.
Wayne