Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change Case

Status
Not open for further replies.

mattbryant4

Programmer
Oct 31, 2005
13
GB
The database field i am looking to bring into my report is in lower case, is it possible to change the data in the report to be upper case leaving the data in the table in lower case?
 
I cant get this code to work, i enter the field i want to be in captials where it says {mytable.myfile} and it comes up with a error saying "the remaining text does not appear to be part of the formula"

this is what my code is:
Uppercase{tblTasks.ShortName}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top