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

  • Thread starter Thread starter John
  • Start date Start date
Create a combobox and set the value list property to great;fair;poor.

Steve
(e-mail address removed)
 
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.
 
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????
 
Back
Top