I've got a report that currently has 35 fields on it. Often, some of them are null... if this is the case, I don't want the field to be displayed. I can write 35 lines of VBA code, 1 visible=false line for each field... but is there an easier way? Can I group 30 of these fields together somehow so I only have to write one visible=false line?