I am using the following formula in a query. When I run the query the message say Specified field could refer to more than one table. The field PayInd is in two tables in the query. Is there a way to reference the field so the system know which PayInd field is being tested and avoid this problem?
Dty St: IIf(nz([PayInd],"")="Y","N","")
Dty St: IIf(nz([PayInd],"")="Y","N","")