Show text in Drop Down Box instead of numbers

enfinity

Registered User.
Local time
Today, 14:01
Joined
May 31, 2007
Messages
35
Hi *,

OK, still new to Access so I apologize in advance if that is a dumb question ;)

I have a table "survey" where I wanna store number values (0,25,50,75,100 respectively). The user is supposed to use a form to input the data into the table. For this purpose, he/she is supposed to use a drop down box.

So, is it possible that the drop down box does not show the values but instead a verbal description of these values (very important, important, average, etc.)? What I have tried was to create a table with the number values and use this table as data source for the drop down box... it shows the values but for the end user, verbal descriptions would be better...

Thanks!
Steve
 
If your table also has the descriptions, use the combo wizard and it will build it that way by default.
 
Thanks. Sometimes it can be so easy ;)
 

Users who are viewing this thread

Back
Top Bottom