C
Cathy
I need to (somehow) get data from a table and manipulate it into monthly and
quarterly reports. I would like to choose the year from a form. I can
create the report as a cross tab query, but I can't get it to hook to the
form. I've tried creating the query first and then a query on top to look
for the year... that gives me the error: The Microsoft Jet Database engine
does not recognize '[Forms]![frmTest]![cmbYear]' as a valid field name or
expression.
I can grab the data with the form, if I don't use a cross tab. If I try to
do the cross tab after I've attached the form, then I still get the same
error. So I know the form hooks to a query and can read the field correctly.
How do I make these pieces work together? Is there a way?
Thanks for any help you can provide.
quarterly reports. I would like to choose the year from a form. I can
create the report as a cross tab query, but I can't get it to hook to the
form. I've tried creating the query first and then a query on top to look
for the year... that gives me the error: The Microsoft Jet Database engine
does not recognize '[Forms]![frmTest]![cmbYear]' as a valid field name or
expression.
I can grab the data with the form, if I don't use a cross tab. If I try to
do the cross tab after I've attached the form, then I still get the same
error. So I know the form hooks to a query and can read the field correctly.
How do I make these pieces work together? Is there a way?
Thanks for any help you can provide.