G
Guest
I just posted this in another area but think it will be best answered here...
I am trying to get the text value of a table in a form. Here is what I have:
table1: id#, item (text), code (text)
table2 (main table): item (number lookup for item, table1), and code
(number lookup from code, table1)
Form: Data is from table2: I have drop down box for item. I want it to auto
populate the text value in code field when item value is selected, which it
does, but it gives me the ID value "behind the scenes". In other words, if I
try to grab the value to use in a code block, it grabs the ID value and not
the text value.
How can I get it to use the text value?
I am trying to get the text value of a table in a form. Here is what I have:
table1: id#, item (text), code (text)
table2 (main table): item (number lookup for item, table1), and code
(number lookup from code, table1)
Form: Data is from table2: I have drop down box for item. I want it to auto
populate the text value in code field when item value is selected, which it
does, but it gives me the ID value "behind the scenes". In other words, if I
try to grab the value to use in a code block, it grabs the ID value and not
the text value.
How can I get it to use the text value?