C
chris morrison
Im still working on this problem. I have two checkboxes in
my table. If one field checkbox is true, (field "A") I
want fields c,d,e,and f of a record to print. No problem.
If, however, field "B" is checked true instead of
field "A", I want fields e and f printed as well. Here is
the problem - I dont want fields e and f to print if
field "A" is checked true, only "B". After researching, I
changed Field "B" from a checkbox to a text box and set
the formating to white background and white text if
Field "B" is = to "0" (false). It works!
But how do I get fields e and f to do the same as field "B"
and not to be visible if Textbox "B" is = to 0(false)?
any assistance is greatly appreciated!
my table. If one field checkbox is true, (field "A") I
want fields c,d,e,and f of a record to print. No problem.
If, however, field "B" is checked true instead of
field "A", I want fields e and f printed as well. Here is
the problem - I dont want fields e and f to print if
field "A" is checked true, only "B". After researching, I
changed Field "B" from a checkbox to a text box and set
the formating to white background and white text if
Field "B" is = to "0" (false). It works!
But how do I get fields e and f to do the same as field "B"
and not to be visible if Textbox "B" is = to 0(false)?
any assistance is greatly appreciated!