G
Guest
You can use a form in Access to input data. Drop-down menus can be used to simplify data input. The data stored from a drop-down menu is in numerical format (e.g. 1, 2, 3 etc). A report generated from the table so compiled, accordingly, outputs "1", "2" or "3".
How do you get something else (i.e. text rather than a number) to appear in the report?
I'd thought about using a logical operator (c.f. Excel) e.g. =IF (value=1, "Apples", "Oranges") but this doesn't seem to work. How can I achieve the same result by other means
Regards
Tom H
How do you get something else (i.e. text rather than a number) to appear in the report?
I'd thought about using a logical operator (c.f. Excel) e.g. =IF (value=1, "Apples", "Oranges") but this doesn't seem to work. How can I achieve the same result by other means
Regards
Tom H