L
Luther
Hi,
Is it possible to use a calculated fied in an update query? For example,
this scenario:
1. create a calculated field that counts something (plancount:
field1+field2+field3)
2. and (in the same query), use the new field in further updates
In the 2nd step, I would like to say something like this:
if plancount < 1, then update [SomeOtherField] = value
Any help would be appreciated.
Thanks.
Is it possible to use a calculated fied in an update query? For example,
this scenario:
1. create a calculated field that counts something (plancount:
field1+field2+field3)
2. and (in the same query), use the new field in further updates
In the 2nd step, I would like to say something like this:
if plancount < 1, then update [SomeOtherField] = value
Any help would be appreciated.
Thanks.