Making a choice from the combo box be the default value on the for

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

Guest

I want to have the default value in one of my form's combo boxes to have the
value "Blank" rather than no entry at all. How do I enter this value into
the default value of the field?
 
Ridnaway,

Include "Blank" as a value in the RowSource, and change the combo box'
DefaultValue property to "Blank". If the RowSource table has a numeric
primary key, set the DefaultValue property to the number corresponding to the
entry "Blank".

Sprinks
 
Back
Top