I have been trying to solve this issue for several days now with no luck. Here is the situation. I have a database with multiple tables and forms. Of those tables and forms, i have an EmployeeData table, which holds all the information for each employee, an EmployeeDeleteQueue table, which holds records of those employees who have been recently deleted from the EmployeeData table, and an Employee Data Form, used to enter data into the EmployeeData table. On the form i have added a Delete button, which currently only deletes the current record from the EmployeeData table. What i WANT it to do, is not only delete it, but before it deletes the record i want to move the record from EmployeeData to EmployeeDeleteQueue for review before its completely deleted.
I tried using the Macro Builder, since i was instructed to not use VBA if possible, and i can not find any macro that will do what i want. Any ideas?