Hello,
What is the easiest way to capitalize all the data in a column in a query? I have a one-character Y/N column, but I want to change the lower-case values to upper-case.
Thanks.
Hello,
What is the easiest way to capitalize all the data in a column in a query? I have a one-character Y/N column, but I want to change the lower-case values to upper-case.
Thanks.
I figured out the issue - Access uses "UCase" instead of "UPPER".
Add > to the format of the field in the table property.
Dale