G
Guest
I have a query that uses 10 variables to determine which expression to use to
calculate the result. Rather than set up an enormous series of IIF
statements I would like to have a variable calculation for each line of my
query that comes from a table:
Table 1:
Field1 Field2
CategoryA [Transactions]/50
CategoryB [Transactions]+50
CategoryC [Transactions] / [FieldB]
I set up a table similar to the example above, but the query will only
recognize the "expressions" as text. Is it possible to use this method, or
is their a better way to do this?
calculate the result. Rather than set up an enormous series of IIF
statements I would like to have a variable calculation for each line of my
query that comes from a table:
Table 1:
Field1 Field2
CategoryA [Transactions]/50
CategoryB [Transactions]+50
CategoryC [Transactions] / [FieldB]
I set up a table similar to the example above, but the query will only
recognize the "expressions" as text. Is it possible to use this method, or
is their a better way to do this?