I have a linked table that i'm displaying individual questionnaire responses via a form. Most of the "responses" in this table make no sense, they are numerical. I can use "IIF" commands to display say the 1 as "no" and the 2 as "yes" or whatever the case is.
I have one field that is problematic. It is a field that displays a number from 1-72 based on a major a student would like to peruse. "IIF" won't work with that many fields.
I can easily create a table of the majors with their ID. If there a way in the form to say:
"Take whatever number is display here and reference the Major table and display the major for that number"
Thanks,
Mike
I have one field that is problematic. It is a field that displays a number from 1-72 based on a major a student would like to peruse. "IIF" won't work with that many fields.
I can easily create a table of the majors with their ID. If there a way in the form to say:
"Take whatever number is display here and reference the Major table and display the major for that number"
Thanks,
Mike