Uppercase - Reports

  • Thread starter Thread starter Lee via AccessMonster.com
  • Start date Start date
L

Lee via AccessMonster.com

Hi,

I was wondering if someone could help me.

I several reports, and I want all the data to come out in uppercase, even if
the user enters the data in lowercase.

Can this be done?

Thanks in advance

Lee
 
Lee via AccessMonster.com said:
Hi,

I was wondering if someone could help me.

I several reports, and I want all the data to come out in uppercase, even if
the user enters the data in lowercase.

Can this be done?

Thanks in advance

Lee

For each control where you want text to be upper case, set it's Format
property to ">"
 
Back
Top