You didn't indicate how "y" is stored. Is this a text field, one character
wide? Is this a Yes/No field (in which case, the data base stores a 0 or a
1 (+/-, depending on the backend).
If you are using a query, you can use the IIF() function (immediate if):
IIF([YourField] = 'y', "Yes", "No")
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.