stanmurphy
Technical User
- Oct 14, 2000
- 89
Hello All,
My form has a combobox pointing to a table.
My table is as follows:
Field1 Field 2
01 | Option 1
02 | Option 2
03 | Option 3
04 | Option 4
I want field2 to be displayed to the user, but have field1 stored in my data table when I save the data on the form. I know this is simple. Could someone please direct me to an existing answer. I can't find it.
Incidentally, I'm doing this to save space in my main data table as my form will have a number of these comboboxes pointing to different option tables. Is this the best way to do it?
Thank you,
Stan Murphy