Substitute values in multiple controls.

Neal

Registered User.
Local time
Today, 22:22
Joined
Feb 17, 2000
Messages
116
I am working on a job evaluation db. I have a bunch of rating for which the values are drawn from a repeated scale.
I.e.
Rate this guy's work: Good Fair Bad
Rate this guy's punctuality: Good Fair Bad

I'm sure you get the picture.
I am collecting those values using an option group and storing numbers instead of "Good", "Fair", etc. That way I can average.
However, on my report, I want to return the text value rather than the number. I can do it with a nested Iif statement, but there are a couple of dozen controls that are set up the same way. What's the easiest way to get them all to return the text value?
Thanks
Neal
 

Users who are viewing this thread

Back
Top Bottom