Combo Box default value

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

My form had some combo box for user to select.
And the choice is [YES] and [NO].

Can the combo box set default value to be [NO] ?
so that user no need to select all the box, they only select if the option
is [YES].

thanks.
Joe
 
Yes, just set the default value to "No". But be aware that
the default value is only used for new records. It does not
change values for existing records, even if the field is blank.

HTH

Byron
 
oh yes, i can set the default value.
Thanks a lot !

Joe

Byron said:
Yes, just set the default value to "No". But be aware that
the default value is only used for new records. It does not
change values for existing records, even if the field is blank.

HTH

Byron
-----Original Message-----
My form had some combo box for user to select.
And the choice is [YES] and [NO].

Can the combo box set default value to be [NO] ?
so that user no need to select all the box, they only select if the option
is [YES].

thanks.
Joe


.
 
Back
Top