P
Posse John
I have a form that shows log entries for things that occur. This form is
based on a query that shows all records that don't have the field
'EntryDeleted' as true.
I need to retain deleted entries for documentation (not many deletions occur).
In the Form_Delete event, I have code to change field 'EntryDeleted' to true
if it is deleted, and I cancel the Delete event.
Problem...how do I update the form that is showing the records, to remove
the one that was just marked deleted?
I tried putting a refresh within the Form_Delete event, but it errors out.
I get:
RUN TIME ERROR '3246'
Operation not supported in transactions.
based on a query that shows all records that don't have the field
'EntryDeleted' as true.
I need to retain deleted entries for documentation (not many deletions occur).
In the Form_Delete event, I have code to change field 'EntryDeleted' to true
if it is deleted, and I cancel the Delete event.
Problem...how do I update the form that is showing the records, to remove
the one that was just marked deleted?
I tried putting a refresh within the Form_Delete event, but it errors out.
I get:
RUN TIME ERROR '3246'
Operation not supported in transactions.