The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
My table consists of customer orders. Once the order has been completed, I would like to move the entry to out of my working table to another that is only completed orders. How can I set up the table to do this?
Have you considered doing this with Views? You could use one table, and have three views set up using filters: All Orders, Completed Orders, and Orders In-Progress.
Generally, we don’t recommend using two tables to house the same type of data (in this case: orders).