Yes/No

  • Thread starter Thread starter Bruce
  • Start date Start date
B

Bruce

I have check boxes on a form for Y/N fields in a table.
However, the powers that be want a No check box rather
than inferring No from the absence of a check mark in the
Yes box. The No check box is gratuitous, so I thought I
could just add unbound check boxes. However, these are
gray in form view. I know I could bind them to a field,
but I don't want to store useless data. Any ideas?
 
Figured it out. I was trying to set the default value to
No, when =False was what I needed.
 
Back
Top