I have two tables with the same fields
Table 1. Current Data (Read-only)
Table 2. Proposed Draft (Read/Write)
I want users to be able to edit records in the second table. Table 2 can then be submitted to a workflow. If approved, data from Table 2 will be joined to Table 1.
Essentially, is it possible to join (concatenate) one table to another with the same fields?
