F
Flintstone
I have a Report that uses a crosstab query as its data source. There
are a number of fields and it works fine if there is data that will
populate all of the columns.
The problem is that when a column is empty I receive the following
error:
The Microsoft Jet Database Engine does not recognise 'HP' as a valid
field name or expression.
So 'HP' was the empty column name.
This column is referenced from the details section using =Nz([HP];0) as
the control source.
Is there a workaround for this problem because the columns will not
always contain any data?
are a number of fields and it works fine if there is data that will
populate all of the columns.
The problem is that when a column is empty I receive the following
error:
The Microsoft Jet Database Engine does not recognise 'HP' as a valid
field name or expression.
So 'HP' was the empty column name.
This column is referenced from the details section using =Nz([HP];0) as
the control source.
Is there a workaround for this problem because the columns will not
always contain any data?