P
PeterW
I am new to query and struggling with a conditional field value. I want to
include the actual amount for a cost type if there is a match or 0 if no
match.
I am trying
IIF(Fieldname = "APP",FIELDNAME2,0)
This works ok in access but I get a 'Column not found message' in query.
Is it not possible to do this or am I missing something?
Grateful for any suggestions
include the actual amount for a cost type if there is a match or 0 if no
match.
I am trying
IIF(Fieldname = "APP",FIELDNAME2,0)
This works ok in access but I get a 'Column not found message' in query.
Is it not possible to do this or am I missing something?
Grateful for any suggestions