Hi All,
I have a form that utilizes 1 master table to create several smaller tables with similar parsed data. There are many categories and these tables are each generated by both an add query then a delete query to filter data that is not wanted. These smaller tables are always either being created, appended to add data, or delete queried to remove data, but the data always comes from the same master table.
In the end, I use 1 table to produce around 16 other tables of data.
How can I now use the 16 tables to compare against the original table to produce a 17th table that contains all of the data that is not contained in the other 16 tables.