display option group

J

JohnLute

I've scoured the forum and the help files for the Choose () function but
haven't found the help I need.

I have an Option Group with two selections that I want to display as text.
What's the easiest way to do this?

Thanks!
 
J

JohnLute

Not two seconds after I posted this I found my problem. I was using this in
the Control Source of my control named "RevisionType":
=Choose([RevisionType],"Permanent","Temporary")

This was returning an error so I figured I had something wrong. I fiddled
with the control name and renamed it to "RevisionTypeDisplay" and now
everything works.
 
Top