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


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top