Yes and no fields display on a form

  • Thread starter Thread starter Lovespar
  • Start date Start date
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

Back
Top