Formatting table

prkundan

New Member
Joined
Nov 13, 2018
Messages
17
Iwant the "Name" field in my table to contain only capital letters. How to do it?
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
To display as capitals then you can change the fields format property within the table design to: >

With this approach the underlying data will still remain in the case entered (for a name this would usually be appropriate). To force it to store a capitals you would need to run an update query on the data already stored and also some kind of update as the data is entered (VBA on the form probably).
 
Last edited:
Upvote 0
To display as capitals then you can change the fields format property within the table design to: >

With this approach the underlying data will still remain in the case entered (for a name this would usually be appropriate). To force it to store a capitals you would need to run an update query on the data already stored and also some kind of update as the data is entered (VBA on the form probably).


Thanks a Lot! GOD BLESS YOU!!!!!
 
Upvote 0

Forum statistics

Threads
1,214,988
Messages
6,122,620
Members
449,092
Latest member
amyap

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