Yes and no fields display on a form

L

Lovespar

How can I get a combo box to display a yes or no on a form instead of -1 or 0?
 
L

Lovespar

thanks, that worked to perfection!

KenSheridan via AccessMonster.com said:
Set the combo box's ControlSource property to the name of the underlying
Boolean (Yes/No) field. Set its RowSourceType property to:

Value List

Set its RowSource property to:

Yes;No

And set its Format property to:

Yes/No

Ken Sheridan
Stafford, England
 

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

Top