i have a section in the form that displays the current location of the recordset and refresh in form.current event
but when i delete the current record the code breaks because of the AbsolutePosition
lblLocation.Caption = CStr(Me.Recordset.AbsolutePosition + 1)
but when i delete the current record the code breaks because of the AbsolutePosition
lblLocation.Caption = CStr(Me.Recordset.AbsolutePosition + 1)