Hello out there in the world. I am seeking an answer to a problem. Ok, not really an answer but more like looking for a better way to do this if possible.
Scenario is this, I have a table with several fields. When a record is deleted in this table, I have an append query that places three pieces of info from this table to a "30 day history" table. This history table contains these three pieces of information along with date the record was deleted and supervisor who made the notification. Once the appen query is done, a form (filtered to that single record in the historic table) opens and allows the user to add input the date and supervisor information for that record just added.
My question is: Is there a way to do this without the form, or is this the best I'm going to get? I look forward to any suggestions or thoughts on the matter.
Scenario is this, I have a table with several fields. When a record is deleted in this table, I have an append query that places three pieces of info from this table to a "30 day history" table. This history table contains these three pieces of information along with date the record was deleted and supervisor who made the notification. Once the appen query is done, a form (filtered to that single record in the historic table) opens and allows the user to add input the date and supervisor information for that record just added.
My question is: Is there a way to do this without the form, or is this the best I'm going to get? I look forward to any suggestions or thoughts on the matter.