hi - i'm opening up an access db and want to have a count of all the records in the recordset, here's part of my code getting that recordset:
sql = "SELECT * from Job"
Set fEmpRS = fEmpDB.OpenRecordset(sql)
is there a set way of knowing how many are in a recordset? thanks!
sql = "SELECT * from Job"
Set fEmpRS = fEmpDB.OpenRecordset(sql)
is there a set way of knowing how many are in a recordset? thanks!