I would like to have a form with a list of checkboxes corresponding to fields in a table.
Then have a report generate showing only those selected fields.
For my first try, I had a report with all the fields on it set to invisible and tried code like "if check1 = true then label1.visible = true"...