Combo box in a form?

  • Thread starter Thread starter Pedro
  • Start date Start date
P

Pedro

Hi everyone
oes anybody know how to design a form with combo boxes in
it? Any idea?
Tks in advance
Pedro
 
I thought it would be understandeble that we were talking
about forms in MS outlook cose of the newsgroups name. Any
way, i need to do it in an outlook form. Any idea?
Tks again
Pedro
 
Did you create a custom form, or are you trying to modify one of Outlook's
standard forms?
 
Tks Robert
Finaly i see some light ... how can i define the values i
have to enter on that field and let's say limit it to that
list like i do in access.
Tks in advance
Pedro
 
well you can do it in two ways, populate the list from lets say a spread
sheet or put it in the properties

for the later, you would rightclick on combo box, click properties and hit
the middle tab for values

you need to define the field so hit for example New then type a name and
probably text and text. Choose a list type, property to use should be value
and possible values are the values you want to use. Separate the values by
a semicolon. When you run the form, the values will then be in the
combobox.
 
Back
Top