N
NoviceAccessUser-Melanie
mI have a Select query where I've added the abiity for the user to select
the criteria from a Form. The expression in my criteria line is " Like
[Forms]![frmSelectSponsor]![txtSponsor] " and another cirteria for another
field is " In ("Actual-HTC","Actual-StateCredit")".
I take the results of this Select query and run a Crosstab query. I now get
an error message saying the the Microsoft Jet Engine does not recognize the
field...
Like [Forms]![frmSelectSponsor]![txtSponsor] ".
At first I tried to build a workaround by creating a Make Table query out of
the result of the first Select query. Then creating another Select query out
of the new Table. Then proceed to do the Crosstab. This seems to work but
just a very lengthy workaround.
I am wondering if there is another way to store the results of the query
criteria and of the query itself so I can just take that and run the Crosstab
query against it. It sounds so simple but I can't seem to see what I'm
missing. Can somebody lend me a hand please?
the criteria from a Form. The expression in my criteria line is " Like
[Forms]![frmSelectSponsor]![txtSponsor] " and another cirteria for another
field is " In ("Actual-HTC","Actual-StateCredit")".
I take the results of this Select query and run a Crosstab query. I now get
an error message saying the the Microsoft Jet Engine does not recognize the
field...
Like [Forms]![frmSelectSponsor]![txtSponsor] ".
At first I tried to build a workaround by creating a Make Table query out of
the result of the first Select query. Then creating another Select query out
of the new Table. Then proceed to do the Crosstab. This seems to work but
just a very lengthy workaround.
I am wondering if there is another way to store the results of the query
criteria and of the query itself so I can just take that and run the Crosstab
query against it. It sounds so simple but I can't seem to see what I'm
missing. Can somebody lend me a hand please?