Convert into capital letters

  • Thread starter Thread starter Ixak
  • Start date Start date
I

Ixak

Hello
Is it possible to convert the output in a report in capital letters? How?
 
Wrap the UCase function around the field name, either in the query that's
being used as the report's Recordsource, or in the Control Source for the
individual text boxes. My preference would be to do it in the query. (Well,
actually my preference would be not to do it at all, since all upper case is
hard to read. <g>)
 

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