I need to convert upper to lower case.

F

Frank Martin

I have designed a report to print out bank
statements downloaded from the bank.

All works well, but the bank's long
transaction narratives are in upper case
which consume a lot of report space.

How can I convert the relevant report text
fields so that all text defaults to lower
case.

Please help, Frank
 
F

Frank Martin

Thanks, this worked well. I used the
builder.
Regards,Frank


"Brendan Reynolds"
message
In the ControlSource property of a textbox
...

=LCase([FieldName])

Where 'FieldName' is the name of the field
you want converted to lowercase.

Here's a link to the on-line help topic for
the LCase function ...

http://office.microsoft.com/search/redir.aspx?AssetID=XT011352301033

--
Brendan Reynolds
Access MVP


message
I have designed a report to print out bank
statements downloaded from the bank.

All works well, but the bank's long
transaction narratives are in upper case
which consume a lot of report space.

How can I convert the relevant report text
fields so that all text defaults to lower
case.

Please help, Frank
 

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