J
jnew
Greetings (again)!
I am trying to create a form with a "delete" button that
doesn't actually delete the current record, but instead
sets a hidden "delete" checkbox to true. The form's
recordset queries out "deleted" items. The button
currently sets the "delete" value to true and requeries
the form.
Requerying the form, however, always returns the form to
the first record. I'd like it to display the "next" record
in the set (or the previous record if the deleted record
was EOF).
Any help with the code will be greatly appreciated.
jn
I am trying to create a form with a "delete" button that
doesn't actually delete the current record, but instead
sets a hidden "delete" checkbox to true. The form's
recordset queries out "deleted" items. The button
currently sets the "delete" value to true and requeries
the form.
Requerying the form, however, always returns the form to
the first record. I'd like it to display the "next" record
in the set (or the previous record if the deleted record
was EOF).
Any help with the code will be greatly appreciated.
jn