I have a number of checkboxes in a form and table that I want to have a report interpret into text.
ie: if the 'Autism' box is checked, I want the report to display the word 'Autism' and so on.
Also, there are as many as 8 boxes, and I want all of the boxes that are checked to show text in one line on the report (ie: if Autism, Down Syndrome and Premature are checked I want the output to be 'Autism, Down Syndrome, Premature' all in one line.
Again, my SQL knowledge is limited so don't be afraid to dumb it down.
Much Obliged
ie: if the 'Autism' box is checked, I want the report to display the word 'Autism' and so on.
Also, there are as many as 8 boxes, and I want all of the boxes that are checked to show text in one line on the report (ie: if Autism, Down Syndrome and Premature are checked I want the output to be 'Autism, Down Syndrome, Premature' all in one line.
Again, my SQL knowledge is limited so don't be afraid to dumb it down.
Much Obliged