Combolist to show checkboxes

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top