assuming i have the following:
myrecord as recordset
myrecord = db.openrecordset("some table"
if i want to know how many records are in myrecordset, how do i get that number?
What object returns the number of records in a query/table.
I have a solution to this problem, but it involves LOOPing through every record, incrimenting some variable, and then I have the total number of records, but I"m sure there's an easier way.
thx Cruz'n and Booz'n always.
This post shows what little I do at work.
myrecord as recordset
myrecord = db.openrecordset("some table"
if i want to know how many records are in myrecordset, how do i get that number?
What object returns the number of records in a query/table.
I have a solution to this problem, but it involves LOOPing through every record, incrimenting some variable, and then I have the total number of records, but I"m sure there's an easier way.
thx Cruz'n and Booz'n always.
This post shows what little I do at work.