Is there an easy way to get a record count of a recordset that I already set as an object?
EG
Dim i as Integer
Set dbS = CurrentDb
Set qryBr = dbS.OpenRecordset("FULLReportqry"
i = qryBr.RECORDCOUNT
of course I can not use RECORCOUNT - is there another way?
Thanks
Tim
EG
Dim i as Integer
Set dbS = CurrentDb
Set qryBr = dbS.OpenRecordset("FULLReportqry"
i = qryBr.RECORDCOUNT
of course I can not use RECORCOUNT - is there another way?
Thanks
Tim