I have a form with the options of 1) firstname 2) surname 3) email. This goes into a table, let’s call it table1
I have another synced table (in the same base) from another base (let’s call it "table2). The primary field in table2 is a userID, not th...