changing case

M

mikeL

this is a repost. sorry for the duplication, but realized
late this might be a better place for the question:

How do I change the capitolized names in a table to all
small case in the results of a query.

this is in Access02

thanks,
mike
 
D

Duane Hookom

Use LCase() to display a values as all lower-case.
lAddress: LCase([Address])
 
G

Greg Kraushaar

You can use LCase([FieldName])
or you can simply specify "<" in the format property of the fileds you
want to change
 

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