I have a set up that is giving me some trouble. I have variable data with ask1,ask2,ask3,ask4,ask5,ask6 and not all the time are all of these fields filled. So when they are populated I need to put a box in front of each ask as if they are going to check it off. When I past the symbol from word it becomes a "q" and not a box. So I end up with a my statement looking like this:IF([Paraask] = "6", " q
" & [Ask1] & "" , "")I need to make this for all six asks. example if paraask=1 I would put a box then ask1, if paraask=2 I would put a box then ask1 5 spaces then another box then ask2. and so forth.