Update/append existing Joined Table
I have an ongoing data set made from the following. Table A and Table B are joined to make Table AB. I am adding new samples to Tables A and B. I want to update Table AB to include the newly added data. I can do this via the Source code in Table AB, but this yields a new table but does not carry my added work in AB (value ordering, colors, charting, etc). Is there a way to update (auto-appe...