That will probably work, but I dont have alot of space on the report, I would have about 60 different labels. Is there a way to concantante a variable so it can all be combined into one label?
Like if checkbox1=true then
concantantedVar = concantantedVar + checkbox1Var
end if
if checkbox2=true then
concantantantedVar = concantantedVar + checkbox2Var
end if
something like that. would that work?