column headings of days

T

Tim Brown

I have a query that is using a heading of Format([fld1date],"Short Date") and
with no column headings properties. It gives me a sum value based on the
date ranges that i specify.
Normally this has worked. Now I have linked some of the queries behind the
cross tab query to a form value and I get an error. It identifies that the
expression is not valid field name or expression.

In my investigation and found that if i put column headings like
"Jan","Feb","Mar" the query works but the data is not accurate.

Any suggestions

Thanks Tim,
 
J

Jeanette Cunningham

Hi Tim,
if you google on - dynamic crosstab queries - you will get several hits that
should help with this


Jeanette Cunningham
 
T

Tim Brown

Most of the searches are how to do a dynamic report. This is an error with
the query it self and the column headings property

Jeanette Cunningham said:
Hi Tim,
if you google on - dynamic crosstab queries - you will get several hits that
should help with this


Jeanette Cunningham


Tim Brown said:
I have a query that is using a heading of Format([fld1date],"Short Date")
and
with no column headings properties. It gives me a sum value based on the
date ranges that i specify.
Normally this has worked. Now I have linked some of the queries behind
the
cross tab query to a form value and I get an error. It identifies that
the
expression is not valid field name or expression.

In my investigation and found that if i put column headings like
"Jan","Feb","Mar" the query works but the data is not accurate.

Any suggestions

Thanks Tim,
 
J

Jeanette Cunningham

Hi Tm,
post the sql of your query
explain a bit more about the inaccuracies

Jeanette Cunningham
 
T

Tim Brown

I believe that I have resolved the problem.

I found another post in this group that talked about retrieving data from a
form. it suggested adding parameters for the form fields in the opening
query. As things go I found this 1/2 hour before I needed to leave.

Thanks for your help.
Tim



Jeanette Cunningham said:
Hi Tm,
post the sql of your query
explain a bit more about the inaccuracies

Jeanette Cunningham


Tim Brown said:
I have a query that is using a heading of Format([fld1date],"Short Date")
and
with no column headings properties. It gives me a sum value based on the
date ranges that i specify.
Normally this has worked. Now I have linked some of the queries behind
the
cross tab query to a form value and I get an error. It identifies that
the
expression is not valid field name or expression.

In my investigation and found that if i put column headings like
"Jan","Feb","Mar" the query works but the data is not accurate.

Any suggestions

Thanks Tim,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top