After using iif equation in query (access 2013)to add new field, the result is -1 & 0
the equation is result:
I want the result to appear yes or no (or check box)
the equation is result:
Code:
iif([fieldname]=yes, yes, no]
Comment