Question
How to bring back value from lookup table
I have a form where the user has to enter a code. I need to
verify the entry against a lookup table and if the recordcount is
0, entry is invalid and display an error message.
However, if they click on an icon next to the field, it will take them directly to the lookup table and they can search for the value. Once found, how can I bring back the value and plug it into the form field ? The lookup table is read only.
However, if they click on an icon next to the field, it will take them directly to the lookup table and they can search for the value. Once found, how can I bring back the value and plug it into the form field ? The lookup table is read only.