I
In need of help
What I am trying to do:
tblUniveral is made of questions (Q1- Q28)which can only
take their value from the list of Satisnumber off the
tblSatisfaction. tblSatisfaction is made up of two columns
Satisnumber and it's corresponding Satisdescription. I am
trying to make a query show the Satisdescription that
corresponds to the satisnumber that applies to the
question. (Show the description that fits the response,
instead of the numeric value.)
What I tried:
DLookUp("[SatisDescription]","tblSatisfaction",
"[SatisNumber]=" & DLookUp("[Q1]","tblUniversal"))
**However, this is giving me the Satisdescription of the
first response and repeating it for every entry.
Any help on changing how I am doing this would be greatly
appreciated!
tblUniveral is made of questions (Q1- Q28)which can only
take their value from the list of Satisnumber off the
tblSatisfaction. tblSatisfaction is made up of two columns
Satisnumber and it's corresponding Satisdescription. I am
trying to make a query show the Satisdescription that
corresponds to the satisnumber that applies to the
question. (Show the description that fits the response,
instead of the numeric value.)
What I tried:
DLookUp("[SatisDescription]","tblSatisfaction",
"[SatisNumber]=" & DLookUp("[Q1]","tblUniversal"))
**However, this is giving me the Satisdescription of the
first response and repeating it for every entry.
Any help on changing how I am doing this would be greatly
appreciated!