W
Warrio
Hello!
Is it possible to refresh the property RecordCount that is attached to a
form's recordset?
because in order to get the number of the recodes that are displayed in a
sub form, I'm forced to do:
Me.RecordSet.MoveLast
Me.RecordSet.MoveFirst
MsgBox Me.RecordSet.RecordCount
if I do not refresh the RecordSet, the property RecordCount will show 0,
cause it's variable of 2nd priority for Access.
So is there another way to refresh the rs other than make it go to last and
first?
Thanks for any suggestion
Is it possible to refresh the property RecordCount that is attached to a
form's recordset?
because in order to get the number of the recodes that are displayed in a
sub form, I'm forced to do:
Me.RecordSet.MoveLast
Me.RecordSet.MoveFirst
MsgBox Me.RecordSet.RecordCount
if I do not refresh the RecordSet, the property RecordCount will show 0,
cause it's variable of 2nd priority for Access.
So is there another way to refresh the rs other than make it go to last and
first?
Thanks for any suggestion