Hi. I have a form with an option group. The values are stored in a table as numbers, and reports generated from the table display the numbers, but I need the options displayed as text, not the default numeric values. How can I do this? Thanks.
You can use the Switch function to do this. Use this as an example in your Control Source for the text box. Just update the control name and the text to return.
Another method if the number values are small and contiguous
=Choose([Option_Grp_Value], "Bob", "Lisa", "Andy", "Kaylah", "Anabelle", "Jennifer", "Dan", "Julie")
Duane
MS Access MVP
Find out how to get great answers faq219-2884.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.