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

Case Sensitive if-then

Status
Not open for further replies.

celauritz

Technical User
Dec 2, 2005
41
US
I have a table where the "Address" field can be typed in either uppercase or lowercase or a mixture of the two. Thus, we mail information to people at for instance:

3021 TaylOR DRive

I thought I could write a formula called UAddress:

uppercase(Address)

And then another formula called Match:

if @UAddress = Address then "OK" else
"Error"

and then just scan for the errors, but they all come back as "OK". Is there a way to make this work?
 
Go into file->report options and uncheck "Database server is case insensitive."

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top