R
Robert
I have a form with a subform on it. When I open the form with the acFormAdd
option (to add a new record) I get the error "No Current Record" on the
following:
Me.RecordsetClone.MoveLast
which is in the load event of a subform on the form.
The statements
Me.RecordsetClone.MoveLast
Me.RecordsetClone.MoveFirst
are in my subform so the "Item n of n Items" label box will show the correct
number of items.
How can I avoid this error message?
Robert
option (to add a new record) I get the error "No Current Record" on the
following:
Me.RecordsetClone.MoveLast
which is in the load event of a subform on the form.
The statements
Me.RecordsetClone.MoveLast
Me.RecordsetClone.MoveFirst
are in my subform so the "Item n of n Items" label box will show the correct
number of items.
How can I avoid this error message?
Robert