I am writing a query in Access that is required to export to excel, one of the fields is presently a yes/no field but needs to be exported as a text value (dependant on the condition).
I have tried: IIf([YesNoField]=True,"Text1","Text2"'
This doesn't work, when the query is run I am presented with a field of greyed out checkboxes.
I have tried: IIf([YesNoField]=True,"Text1","Text2"'
This doesn't work, when the query is run I am presented with a field of greyed out checkboxes.