I have a report that can have upto 10 columns but on some occasions when the report is run there is no data in one or more of the columns which results in the report stopping with the error message
The Microsoft Jet database engine does not recognise 'TRAFFIC' as a valid name or expression.
The query that is used for the report works fine and will only display the columns with data omitting the null columns
Is there a way to allow the report to use the query in such a way that those columns with data are used no matter which they are or inserts a zero in the null columns.
The Microsoft Jet database engine does not recognise 'TRAFFIC' as a valid name or expression.
The query that is used for the report works fine and will only display the columns with data omitting the null columns
Is there a way to allow the report to use the query in such a way that those columns with data are used no matter which they are or inserts a zero in the null columns.