G
Guest
I have a series of Crosstab queries based on one large query, with a month
field that changes frequently. I want the user to be able to enter the month
in a form, and then run the crosstab. The back-end query works great, but
the crosstab fails because the Jet database engine does not recognize
Forms![ProjectChargesInput]![Month] as a valid expression or field name.
Does anyone know of a way to fix that or work around it to achieve what I
want?
The reason this is so complex is that the users should not have the security
to see the query design to make changes there.
field that changes frequently. I want the user to be able to enter the month
in a form, and then run the crosstab. The back-end query works great, but
the crosstab fails because the Jet database engine does not recognize
Forms![ProjectChargesInput]![Month] as a valid expression or field name.
Does anyone know of a way to fix that or work around it to achieve what I
want?
The reason this is so complex is that the users should not have the security
to see the query design to make changes there.