Page 1 of 1
Running a report with Checkboxes
Posted: Tue Sep 15, 2015 6:47 pm
by saultpastor
I have a form that uses several check boxes, this works well when using the edit form, but not so well with a report. Is there a simple way to change the 1 or 0 to an X or a check mark?
Craig
Re: Running a report with Checkboxes
Posted: Wed Sep 16, 2015 12:58 am
by admin
Craig,
I'm not sure exactly what you are asking.
Steven
Re: Running a report with Checkboxes
Posted: Wed Sep 16, 2015 2:46 pm
by saultpastor
I'm sorry, When I run a report, a checkbox gets posted as a 1 or a 0. Is there a simple way to convert this to an X if 1 is present or null if 0 is present?
This is the edit form:
This is the Report output:
It must something that is dealt with all the time I just can't seem to find it.
Thanks
Re: Running a report with Checkboxes
Posted: Fri Sep 18, 2015 2:17 am
by admin
saultpastor,
The easiest way would be to use a Dropdown or Listbox (instead of a checkbox) with the following in the
SQL field..
t1.png
t2.PNG
Steven
Re: Running a report with Checkboxes
Posted: Fri Sep 18, 2015 8:02 am
by saultpastor
OK, Thanks.
Re: Running a report with Checkboxes
Posted: Mon Sep 21, 2015 6:41 am
by admin
.