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!

UpdateQuery UcaSE fAILS?

Status
Not open for further replies.

Rickinrsm

Technical User
Nov 3, 2004
130
US
Code:
"SET [OFFICELIST_CITY]"="UCASE"

This returns a 0 in he entire column in my UpDate To: row of an UpDate Query.

Any idease would be greatly appreciated.

Thanks Much . . .

Rick ~ Access Newbie
 
Difficult to answer without seeing the full query, but try removing the quotes from the left hand side of the =.
 
In addition to lupins46's comments, UCase() is a function. Are you attempting to uppercase a field?

Seems we had to ask you for your SQL view in your last post also. This is a query forum and normally it helps to provide your sql view.

Duane MS Access MVP
[green]Ask a great question, get a great answer.[/green] [red]Ask a vague question, get a vague answer.[/red]
[green]Find out how to get great answers faq219-2884.[/green]
 
I figuered this one out. It's really quite simple.

In an UpDate query in the "Update To:" field enter this

Code:
Ucase([FieldName])

This worked perfectly for me in an UpDate Query.

I Ucased 6 fields at a time. Kelw!

Thanks . . .

Rick ~ Access Newbie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top