I have a form created in Access 2007, but there is a need to add a dropdown in the form as the answer is usually "YES" or "NO". Any ideas?
views:
29answers:
2Thanks, can you only add that in design view?
huminuh83
2010-06-16 19:11:32
Yes. A combo box is added in design view.You can set the control source, row source type and row source separately
Mervyn
2010-06-16 19:13:17
A:
- Create a combobox and change the row source type to value list
- Change the row source to "yes";"no"
You can make a multicolumn combobox if you want to associate values with yes/no.
Mervyn
2010-06-16 19:08:11
I knew it would be simple, just needed to know what they called it. Thanks!
huminuh83
2010-06-16 19:19:45