J
JWCrosby
A field in my database stores a number from a checkbox response, values of
1,2,3 or 4. Each number represents a word or phrase off an online reference
form.
1="Very well"
2="Well"
3="Casually"
4="Hardly"
I'm designing a form that prints out a compilation of all references
responses, but I the report to show the corresponding word, not the number.
Rather than using a complex If...Then statement I'd think a Case function
would work fine, but I don't know where to put it. Should it be done at the
query level? (in which case I'll ask the question in that forum.) or ??
Thanks in advance.
Jerry
1,2,3 or 4. Each number represents a word or phrase off an online reference
form.
1="Very well"
2="Well"
3="Casually"
4="Hardly"
I'm designing a form that prints out a compilation of all references
responses, but I the report to show the corresponding word, not the number.
Rather than using a complex If...Then statement I'd think a Case function
would work fine, but I don't know where to put it. Should it be done at the
query level? (in which case I'll ask the question in that forum.) or ??
Thanks in advance.
Jerry