I am building an application in which I need to execute several queries on the same database table and use the RecordCount of the returned RecordSet to set values in a field of a different table.
Below is an excerpt from the code I am using:
Dim dB As Database, rst As DAO.Recordset...