I have a query using the IIF function and it prompts for input when it shouldn't. This query is built on another query becuase several tables need to be joined. The correct data is displayed, but why does the expression prompt?
Here is the expression:
TotTX: IIf([TTot]+[SumOfExtra Credit Points]>400,400,[TTot]+[SumOfExtra Credit Points])
TotTX is NOT a column in a table.
Here is the expression:
TotTX: IIf([TTot]+[SumOfExtra Credit Points]>400,400,[TTot]+[SumOfExtra Credit Points])
TotTX is NOT a column in a table.