G
gweasel
I've got a form (Logbook) that has a check box to show when a
particular job has passed through all departments and is completed
(chk_complete). I also have a report (Workorder) with a header
section already in use, that I would like to add a box to in the very
top of the header that will read "Production" if [chk_complete] is not
checked, or will read "Completed" if [chk_complete] has been
clicked.
How can I make this work? If I put the bound text box along the top
of the report with the value for [chk_complete], of course it displays
either a "-1" or "0" depending on whether it was checked/unchecked.
Samples are appreciated. Or, if there is an easier way to do this,
I'll give it a shot. I guess the short question is how do I make a
check box value display as 1 of two strings depending on whether the
check box is checked/unchecked.
Thanks in advance.
Rick
particular job has passed through all departments and is completed
(chk_complete). I also have a report (Workorder) with a header
section already in use, that I would like to add a box to in the very
top of the header that will read "Production" if [chk_complete] is not
checked, or will read "Completed" if [chk_complete] has been
clicked.
How can I make this work? If I put the bound text box along the top
of the report with the value for [chk_complete], of course it displays
either a "-1" or "0" depending on whether it was checked/unchecked.
Samples are appreciated. Or, if there is an easier way to do this,
I'll give it a shot. I guess the short question is how do I make a
check box value display as 1 of two strings depending on whether the
check box is checked/unchecked.
Thanks in advance.
Rick