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
 
Back
Top