I need a drop down list, great-fair-poor

J

John W. Vinson

Ok. Create one. The combo box wizard will walk you through the process.

If you have a question, it's considered polite to use the big textbox to post
it, rather than just using the subject line.
 
M

MikeJohnB

As John & Steve say, use the wizard to generate a combo box. When the wizard
starts, select the middle option. "I Will Type in The Value I Want"

Then follow the wizard, entering the values you want to appear in the combo
box. Tell it in which field you want the result to be posted. Job Done.

To add to the value list once you have generated the combo box, check out
the properties. Add your additional items to the Row Source with the format
"Great";"Fair";"Poor";"additional Option etc"

Hope this helps????
 
Top