I have a number type field in a query called Answer.
If the data in the field = 0, I want to show NA
I have this is the query:
Answer:IIf([Answer]=0,"NA")
I get an error message: Circular refrerence caused by alias Answer etc
I have searched this forum for examples, and mine seems to match the...