G
Guest
I know how to get the record count of a datasheet
(Form.RecordsetClone.RecordCount). So now what I want to do is get the
recordcount after the user has applied a filter. I am aware of the
applyfilter event that fires when a user applies a filter but the recordcount
does not update until AFTER the event is complete. And conversly how do I get
the updated recordcount when the user removes the filter?
Thx in advance.
(Form.RecordsetClone.RecordCount). So now what I want to do is get the
recordcount after the user has applied a filter. I am aware of the
applyfilter event that fires when a user applies a filter but the recordcount
does not update until AFTER the event is complete. And conversly how do I get
the updated recordcount when the user removes the filter?
Thx in advance.