G
Gary Schuldt
I want to display a check box chkQ on a form to indicate "Questionable?"
info (or not) to the user.
However, I want to store either a Null or a "?" in the record field txtQ for
ease of display in a downstream (non-Access) program.
What's the best design for this?
My first thought was two controls:
1. chkQ as an unbound check box on the form
2. txtQ as the Text field in the record.
But then I have to write some event handlers to handle both the Change in
chkQ as well as the initial displayed value of it (checked or not) based on
the value of txtQ.
Is there an easier way?
Thanks!
Gary
info (or not) to the user.
However, I want to store either a Null or a "?" in the record field txtQ for
ease of display in a downstream (non-Access) program.
What's the best design for this?
My first thought was two controls:
1. chkQ as an unbound check box on the form
2. txtQ as the Text field in the record.
But then I have to write some event handlers to handle both the Change in
chkQ as well as the initial displayed value of it (checked or not) based on
the value of txtQ.
Is there an easier way?
Thanks!
Gary