Upper Case

T

Tammy Woods

I have a parameter query that I use in a report. I have
the information that is requested in the parameter query
appear on the report. Is there a way to make the
parameters that prints on the report appear in upper case?
 
A

Andy

Tammy;

In the OnFormat Event of the Detail section add the following::
Me!YourTextboxName = UCase(Me!YourTextboxName)

Change "YourTextboxName" to the name of Your TextBox

Andy
 

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

Top