Is there a way to write a SQL statement to only shows any column of a table if there is data in at least one record?
I often times have imported data that has dozens of empty columns
or even VBA code if it is a multi step process. I can create a function. Ultimatly it would be good to have a function where I just pass the table name and it spits out the results in a query.
ONly showing columsn that have data in them.
DougP
I often times have imported data that has dozens of empty columns
or even VBA code if it is a multi step process. I can create a function. Ultimatly it would be good to have a function where I just pass the table name and it spits out the results in a query.
ONly showing columsn that have data in them.
DougP