R
Robbie Doo
I have a combo-list that I would like to show as checkboxes on a report. Is
there a way to convert that?
I'm using: =IIf([Primary ID]=1,true,false)
=IIf([Primary ID]=2,true,False) and so on (up to 9)
Sometimes there are 2 or 3 picked from the drop-down. However, the report
only picks the last record from the fiesld as a checkmark. How can I make all
the fields that are picked from the drop-down?
Any help is appreciated
there a way to convert that?
I'm using: =IIf([Primary ID]=1,true,false)
=IIf([Primary ID]=2,true,False) and so on (up to 9)
Sometimes there are 2 or 3 picked from the drop-down. However, the report
only picks the last record from the fiesld as a checkmark. How can I make all
the fields that are picked from the drop-down?
Any help is appreciated