Hi all:
I need to in essence "move" a record from one table to another. I want the user to click 'move record' and perform the following actions:
Thanks
I need to in essence "move" a record from one table to another. I want the user to click 'move record' and perform the following actions:
- Mark the record in table1 as moved
- INSERT INTO table2 using current record in form
Thanks