function for Upper case

asuni

New member
Local time
Today, 06:00
Joined
Apr 29, 2008
Messages
9
Hi all,
I am using Access 2003 database.
Is there any function to select upper case of the data. I mean
SELECT UPPER(NAME) FROM TBLNAME;
Thanks
:confused:
 
what are you trying to do?

in things like this access is not normally case sensitive
 
The normal syntax = UCase() or LCase()
 
ok i am new to MS Access, thanks i got it. i used UCase function.
Thanks
And one thing how to alter a column by using ALTER command. i mean i want to modify ( increase column length ) one column using alter command how?
Thanks
 
If you want to permanently change the width of a field in a table you can onmly do this if you have exclusive access to the mdb. Are you sure you actually want to alter the size of the field? As this is normally only a one off exercise then why not do it manually.
 

Users who are viewing this thread

Back
Top Bottom