I may have a similar problem like HEATHCO.
I have an existing report which is populated by a xtab query. When the xtab does not generate all the fields on the report, I get an error message about the MS Jet database engine not recognizing the 'missing' data item as a field name or expression.
Is there a VBA function I can incorporate in the report fields that will ignore the 'missing' data item?
Since the xtab query generates numeric data items (totals) based on a code type (e.g., 1, 2, 6, 7, etc.), the field names are numeric (i.e., 1, 2, 6, 7, etc.). Is there a way I can assign more meaningful names on the query?
Thanks!
I have an existing report which is populated by a xtab query. When the xtab does not generate all the fields on the report, I get an error message about the MS Jet database engine not recognizing the 'missing' data item as a field name or expression.
Is there a VBA function I can incorporate in the report fields that will ignore the 'missing' data item?
Since the xtab query generates numeric data items (totals) based on a code type (e.g., 1, 2, 6, 7, etc.), the field names are numeric (i.e., 1, 2, 6, 7, etc.). Is there a way I can assign more meaningful names on the query?
Thanks!