alternate data viewing

  • Thread starter Thread starter Guest
  • Start date Start date
Manohar

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")

(your actual syntax may vary)
 

Ask a Question

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.

Ask a Question

Back
Top