I am trying to open a recordset from a query and count the number of records in it. Very simple task you might think. However every which way people tell me to do it dosnt work. The code so far is as follows:
'Note EmailCount is the Query Name
Dim DB As Database
Dim RS As Recordset
Dim...