R
Rpettis31
How do I avoid an error with the following code or resume next,
This occurs when a filter is placed on a form based on a record status such
as open, in process or closed.
Me.Dynaset.MoveLast
Me.txtRecordTotal = Me.Dynaset.RecordCount
I get the error on the above code in the on current event on my form.
This occurs when a filter is placed on a form based on a record status such
as open, in process or closed.
Me.Dynaset.MoveLast
Me.txtRecordTotal = Me.Dynaset.RecordCount
I get the error on the above code in the on current event on my form.