D
doyle60
I have a sub report with a detail section for the data and a
groupheader section for the column names. What would be the code if I
want the name of the column to disappear if the column has null values
for all the records?
The Child/Master Field: PO
The Label with the Name of Column: ArticleLbl
The Field: Article
Record Source: OrderDetailsNonZeroqry
I know how to do it if I build a query first that simply returns only
those POs with a non-null article number. I could then use some code
I already have. But I want to avoid building that query.
Thanks,
Matt
groupheader section for the column names. What would be the code if I
want the name of the column to disappear if the column has null values
for all the records?
The Child/Master Field: PO
The Label with the Name of Column: ArticleLbl
The Field: Article
Record Source: OrderDetailsNonZeroqry
I know how to do it if I build a query first that simply returns only
those POs with a non-null article number. I could then use some code
I already have. But I want to avoid building that query.
Thanks,
Matt