Is there an easy way to have a query exclude fields that are null?
I have FieldA, FieldB, FieldC, FieldD and FieldE, with multiple rows of data.
There is a form where the user checks a box with what data to include.
If FieldC has no data (is unchecked), I need to exclude it from the output so the Query headers and included data would be:
FieldA FieldB FieldD FieldE
Is there an easy way to do this? I've been all over looking.
The data is sent from the query to an Excel spreadsheet.