Skip to main content

Export entries to another table


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?

Thanks for your help!

2 replies

Kamille_Parks11
Forum|alt.badge.img+25

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).


  • Author
  • New Participant
  • 2 replies
  • March 18, 2020
Kamille_Parks11 wrote:

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).


Thank you! That helps a lot.


Reply