Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combo Box Default Value

Status
Not open for further replies.

locosh

Technical User
Nov 12, 2001
9
0
0
US
Hello,

I am using a combo box in a form to look values from a query. The field in the query is a Yes/No field.

There is a Property called Default Value when I right click on the combo Box and select Properties. I am trying to set this default value for the combo box to "No", but it keeps showing as 0. Any ideas?

Thanks!
 
Why would you use a combobox for a Yes/No or boolean field? Anyway, the reason it's showing as 0 is because this is the value that Access uses to denote False. If you'll change the field to a checkbox or textbox with it's format property set to Yes/No you should get the result you're looking for.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top