I use the following code to produce a recordset of a query(stDocName). Is there a means to determing the number of records in the produced recordset? Thanks
Set qdf = DB.QueryDefs(stDocName)
Set prm = qdf.Parameters(0)
prm = strFileRef
Set rs = qdf.OpenRecordset
Set qdf = DB.QueryDefs(stDocName)
Set prm = qdf.Parameters(0)
prm = strFileRef
Set rs = qdf.OpenRecordset