Error on a cross-tab query

T

Ted

I'm so close....

I have a cross-tab query built off a select query. THe
select query contains the following expression -

Switch(CDate([Enter Date])-[Net Date]<31,"Current",CDate
([Enter Date])-[Net Date]<61,"Over 30",CDate([Enter Date])-
[Net Date]>60,"Over 60")

When I run the cross-tab I get a Jet Database engine does
not recognize [Enter Date] as a valid field or expression,
however the select query runs without problem and prompts
me for the user date to input.

Any ideas as to where I'm missing the boat?

Thanks...
 

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

Similar Threads


Top