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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert part of a text using an expression in the control source field

Status
Not open for further replies.

alollgm

Technical User
Dec 31, 2003
13
US
I've created a form in MS Access 2000. Now I'm attempting to format the input in a report.

In a text box, I have the following expression:

="Please have your son," & [Name] & " report to class on time."

I'm trying to have the name printed in upper case.

How can I do this?
 
Hi,
Code:
="Please have your son," & UCase([Name]) & " report to class on time."


Skip,

[glasses] [red]Be advised:[/red] When transmitting sheet music...
If it ain't baroque, don't fax it! [tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top