I am building a query in Access 2003. Here is my problem.
I create an expression called SUN_ST
In a later expression I reference a calculation based on SUN_ST
ie, MON_ST=sum-SUN_ST
SUN_ST is not a value in a table it is a calculation/expression within the query.
How do I reference a query expression within an expression.
I tried MON_ST: [sum]-[SUM_ST] and when I run the query I get asked to enter the parameter value for SUN_ST
Any help would be appreciated.
Thanks
I create an expression called SUN_ST
In a later expression I reference a calculation based on SUN_ST
ie, MON_ST=sum-SUN_ST
SUN_ST is not a value in a table it is a calculation/expression within the query.
How do I reference a query expression within an expression.
I tried MON_ST: [sum]-[SUM_ST] and when I run the query I get asked to enter the parameter value for SUN_ST
Any help would be appreciated.
Thanks
Comment