I have my main data entry form “Records” with a column for “Site Number”. I have a second table “Sites” with columns “Site Number” and “Site Name”.
Currently I have a dropdown with the list of site numbers that will enter the number into the Site Number column of the “Records” form.
What I want in the app, is for the user to see a dropdown list from the “Site Names” column of the “Sites” table, but I want the “Site Number” entered into the “Records” table. In other words, I want the user to see the site names, but have the app enter the site numbers into the Records table.
I have been playing with SELECT, LOOKUP, and VALID_IF but can’t seem to get it right.


