J
jacchops
I have an "options" table that I use to populate a drop-down box in another
tables field. In my options table... there are two fields: Option_Number and
Option_Text. I want my table to store the option_number associated with the
option_text, so that when queries are run, I can search for the number
instead of typing out the whole text.
When my users enter data on a form, the drop-down box shows them the
option_number and the option_text. But once they select the option, the
number is the one that appears on the form. Can I get the form to show the
text and not the number, but only store the number in the table? On the form,
I tried changing the field's properties bound column from 1 to 2 (since
column 1 is the number and 2 is the text), but then nothing shows up in the
field on the form.
tables field. In my options table... there are two fields: Option_Number and
Option_Text. I want my table to store the option_number associated with the
option_text, so that when queries are run, I can search for the number
instead of typing out the whole text.
When my users enter data on a form, the drop-down box shows them the
option_number and the option_text. But once they select the option, the
number is the one that appears on the form. Can I get the form to show the
text and not the number, but only store the number in the table? On the form,
I tried changing the field's properties bound column from 1 to 2 (since
column 1 is the number and 2 is the text), but then nothing shows up in the
field on the form.