T
Ted
Why would the number of records in a table affect the
ability of a query to run? I have the following expression
in a query that runs with a small table (less then 600
records) but returns an error if the table exceeds the 600
record barrier. The error tells me that the expression is
to complex to calculate.
Expression:
Aging Marker: Switch(CDate([Enter Date])-[Net Date]
<31,"Current",CDate([Enter Date])-[Net Date]<61,"Over
30",CDate([Enter Date])-[Net Date]<91,"Over 60",CDate
([Enter Date])-[Net Date]>90,"Over 90")
Any ideas?
Thanks...
ability of a query to run? I have the following expression
in a query that runs with a small table (less then 600
records) but returns an error if the table exceeds the 600
record barrier. The error tells me that the expression is
to complex to calculate.
Expression:
Aging Marker: Switch(CDate([Enter Date])-[Net Date]
<31,"Current",CDate([Enter Date])-[Net Date]<61,"Over
30",CDate([Enter Date])-[Net Date]<91,"Over 60",CDate
([Enter Date])-[Net Date]>90,"Over 90")
Any ideas?
Thanks...