user filling out a form
i have 2 tables and 2 columns
Table 1 = Company table / Company name , Company Key
Table 2 = User table / Company name, Company Key
adding a record to table 2 "user table"
"Company name" column = Valid_IF , references column "company name" on table "Company Table", that has the list to choose from
That works
when the company name is selected it needs to populate "company key" from the company table off the row with company name and insert it into the user table
So,
if im in the user table and select from list or dropdown on another table and select a company name we need it to populate the company key too from the reference table
Take a look at the following article in the help documentation.
References Between Tables | |
Learn about references, when to create them, and how to use them so your data makes sense. |
You would be far better creating an actual reference between the tables and then I think everything you are looking for would be easily achievable. Basically it is the key that needs to be stored in the other table, not the name.
User | Count |
---|---|
14 | |
11 | |
9 | |
7 | |
4 |