Combo Box

  • Thread starter Thread starter Beverly418
  • Start date Start date
B

Beverly418

I have created a Combo Box in an Access 2007 Database with four possible
items from which to select. Is there a way that the Combo Box Cell can
display more than just one of the possible items?

Thank you

Bev
 
Bev,

You will need to give your Combo Box a *Row Source*. Are your four
selections in a seperate table? You would use that table as the Row Source.
If you need some help with that, please back with the table name and how
many fields the table has.

As a side note, Access has fields, Excel has Cells... so you have a *Combo
Box field*.

--
Gina Whipp
2010 Microsoft MVP (Access)

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm
 
If you are wanting to select multiple items, a combobox can not do that.
Rather, take a look at the multi-select listbox.

Steve
(e-mail address removed)
 
Thank you so much for your responses. I can now see that in this case I need
to find another way.
 
Back
Top