HI, I am a new coldfusion fan and working on a project. My problem is that I am using Microsoft Acces and I have Yes/No options for several questions in my form like below.
Name: Text (David)
Which Channels do you have?
HBO Yes/No (Yes)
Showtime Yes/No (No)
ABC Yes/No (Yes)
Starz Yes/No (No)
(This is just an example.)
What I am tring to do is to output these data like this
"David watches HBO and ABC and doesn't watch Showtime and Starz"
Instead of I am getting "David watches 1 and 1 and doesn't watch 0 and 0"
I am getting the number values instead of the texts. What kind of code do I need to use. How can I do this. Please send an answer as soon as you can. I really appreciate that.
Thx
Name: Text (David)
Which Channels do you have?
HBO Yes/No (Yes)
Showtime Yes/No (No)
ABC Yes/No (Yes)
Starz Yes/No (No)
(This is just an example.)
What I am tring to do is to output these data like this
"David watches HBO and ABC and doesn't watch Showtime and Starz"
Instead of I am getting "David watches 1 and 1 and doesn't watch 0 and 0"
I am getting the number values instead of the texts. What kind of code do I need to use. How can I do this. Please send an answer as soon as you can. I really appreciate that.
Thx