B
Bruce
I have a report based on a table. The table gets
information from a form. There are several yes/no
questions on the form. I would have preferred just a
check box for Yes, but I also need to add a No check box.
I prefer to leave redundant values out of a table, so I
used an unbound check box. I set its value to false in
order that it would appear white rather than gray.
However, I cannot find a way to refer to that check box in
the report. For that matter, I don't know if I am
creating unnecessary problems by using the unbound check
box in the form, but I would really like to avoid the
potential confusion of a Yes/No field in which Yes means
No, which would be the case with a No check box. Should I
be using an option group? I think I can figure out how to
do that, but I can't figure out if I should.
information from a form. There are several yes/no
questions on the form. I would have preferred just a
check box for Yes, but I also need to add a No check box.
I prefer to leave redundant values out of a table, so I
used an unbound check box. I set its value to false in
order that it would appear white rather than gray.
However, I cannot find a way to refer to that check box in
the report. For that matter, I don't know if I am
creating unnecessary problems by using the unbound check
box in the form, but I would really like to avoid the
potential confusion of a Yes/No field in which Yes means
No, which would be the case with a No check box. Should I
be using an option group? I think I can figure out how to
do that, but I can't figure out if I should.