Record Count after applying a filter on a datasheet

L

Lorenzo

How can I easily get the record count on a datasheet after I have applied a
filter
 
O

Ofer

To get the count of records in a form use the code
forms![FormName].RecordsetClone.RecordCount
 
L

Lorenzo

Your a Champ.
Thx.


Ofer said:
To get the count of records in a form use the code
forms![FormName].RecordsetClone.RecordCount

Lorenzo said:
How can I easily get the record count on a datasheet after I have applied a
filter
 
Top