how do you capitalize entire table?

mint

New Member
Joined
Jan 6, 2004
Messages
9
i have several columns and like 800 rows..however, some are capitalized, some are not. i want to have so all the text is capitalized. what can i do?
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
1) Create a new query on the table that you want to update.
2) Select only the field or fields that you want to update.
3) Change the query type to an update query.
4) There will now be an "update to" line in each column.
5) Put your formula - in this case ucase([field_name]) - in this update to line.
6) Don't forget to include criteria if you don't want to affect every row.
7) Execute the query.

Hope this helps!

P.S. It's always a good idea to make a copy of your table - including the data - before you run an update query in Access, as the changes are permanent and can't be rolled back like they can in other databases.
 
Upvote 0
i followed by your directions, did update query, update to ..

but no success

is this right?

Last name
FtWorth
UCase([Last name])

didnt capitalize :/
 
Upvote 0
Or you can go in the table, go to the field that needs to be all caps, and in the format box place a > . This will change your data to display as all caps but still retain the original data entry.

Ie abra = ABRA
Abra =ABRA
AbRa = ABRA etc.

HTH,
CT
 
Upvote 0

Forum statistics

Threads
1,221,607
Messages
6,160,787
Members
451,671
Latest member
kkeller10

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top