Been a long time since I've used Air Table. Having trouble recalling how Linked Tables work.
I have two tables, one Table is a list of all checks with primary field being a check number. This is a list of EVERY check related to a bank account.
I have another table, that has a smaller subgroup of the first table. These are checks that were entered into our accounting system. The primary field for this table is also check number.
What I need to do, is take the larger group and check to see if the record is in the smaller subgroup, and flag it. Thus I will develop a list of all checks in Table 1 that are not in Table 2.
So essentially, Take each check in Table one, look in table 2 and if that check number is there, flag it.
This way I can create a list of checks I need to add to my accounting program.
I am a bit embarassed as about 5 years ago I had a grip on all of this, but at my age I essentially have to relearn everything after that period of time.
I appreciate all help. Thanks.