M
Mark
Hi,
I have a form with a set of textboxes bounded to a table. One textbox, for
example, is named RatingOverall (bound to a field named RatingOverall). The
values for this field range from 1 to 5.
On the form, what I'd like it to do is substitute
1 --> Poor
2 --> Okay
....
5 --> Excellent
I know I can do this programmatically using unbound controls, but the form
is already created with bounded controls and I was wondering if there's a way
to "wrap" a function to change the display, but keep the field value as is.
Note that users will not be able to change the textbox (ie. it's just
display), so that gets rid of one complication.
Thanks!
-Mark
I have a form with a set of textboxes bounded to a table. One textbox, for
example, is named RatingOverall (bound to a field named RatingOverall). The
values for this field range from 1 to 5.
On the form, what I'd like it to do is substitute
1 --> Poor
2 --> Okay
....
5 --> Excellent
I know I can do this programmatically using unbound controls, but the form
is already created with bounded controls and I was wondering if there's a way
to "wrap" a function to change the display, but keep the field value as is.
Note that users will not be able to change the textbox (ie. it's just
display), so that gets rid of one complication.
Thanks!
-Mark