how do i add text to the drop down windows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

after adding a data source such as a date picker or a drop down box I cant
for the life of me figure out how to add options to select within that drop
down box. how do you add text to select from . ie

HEADING
type one
type two
type three
type four
 
If I understand you correctly to add to a combo box...

In Design View, right mouse click on the combo box, bringing up the
Properties menu.. Where it say Row Source Type, select a type and under
that for Row Source either select the Table/Query or if a Value List type in
your values seperated by the semi-colon.

As for Date Picker, I have not used that but I imagine it has a Properties
menu...
 
Back
Top