P
paul
Hi,
For my Access 2000 application, I like to know the
number of records in a query, so I put this code:
intX = DCount("emp_no", "QueryName"), but the DCount seems
very slow.
Is there another way I can count the number faster than
DCount?
Thanks.
For my Access 2000 application, I like to know the
number of records in a query, so I put this code:
intX = DCount("emp_no", "QueryName"), but the DCount seems
very slow.
Is there another way I can count the number faster than
DCount?
Thanks.