PC Review


Reply
Thread Tools Rate Thread

? to align decimals when we centre the text in a cell 10.1, 100.1

 
 
=?Utf-8?B?UmFtZXNoIEJhYnU=?=
Guest
Posts: n/a
 
      29th Jun 2006
I am not able align the decimal places when I centre the text in a cell. Is
it possible to align number 10.1, 100.1, 1000.1 to the centre of the cell in
a column as well as ensuring the decimals are aligned?
 
Reply With Quote
 
 
 
 
Douglas J. Steele
Guest
Posts: n/a
 
      29th Jun 2006
I don't believe that option's available in Access.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Ramesh Babu" <Ramesh (E-Mail Removed)> wrote in message
news:3194185D-E4BD-42DD-AAF9-(E-Mail Removed)...
>I am not able align the decimal places when I centre the text in a cell. Is
> it possible to align number 10.1, 100.1, 1000.1 to the centre of the cell
> in
> a column as well as ensuring the decimals are aligned?



 
Reply With Quote
 
=?Utf-8?B?S0FSTCBERVdFWQ==?=
Guest
Posts: n/a
 
      29th Jun 2006
Try this --
Right(Space(5) & Left([YourDate],InStr([YourDate],".")-1),6) & "." &
Right([YourDate],Len([YourDate])-InStr([YourDate],"."))

You will need to set the font as Courier so that all characters use the same
horizontal spacing.

"Douglas J. Steele" wrote:

> I don't believe that option's available in Access.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no private e-mails, please)
>
>
> "Ramesh Babu" <Ramesh (E-Mail Removed)> wrote in message
> news:3194185D-E4BD-42DD-AAF9-(E-Mail Removed)...
> >I am not able align the decimal places when I centre the text in a cell. Is
> > it possible to align number 10.1, 100.1, 1000.1 to the centre of the cell
> > in
> > a column as well as ensuring the decimals are aligned?

>
>
>

 
Reply With Quote
 
Terry Kreft
Guest
Posts: n/a
 
      30th Jun 2006
Of course it isn't possible.

Either you have to use padded strings with a non-proportional font or you
have to choose how you want to align the data.

--

Terry Kreft


"Ramesh Babu" <Ramesh (E-Mail Removed)> wrote in message
news:3194185D-E4BD-42DD-AAF9-(E-Mail Removed)...
> I am not able align the decimal places when I centre the text in a cell.

Is
> it possible to align number 10.1, 100.1, 1000.1 to the centre of the cell

in
> a column as well as ensuring the decimals are aligned?



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I have 'align left' and 'align centre' on tool bar I need align ri Blue Shadow Microsoft Word Document Management 1 17th Dec 2007 07:30 PM
Align a text vertically in centre Ixak Microsoft Access Reports 3 27th Sep 2006 04:23 PM
align autoshape with centre / right of excel cell chris_culley@yahoo.com Microsoft Excel Programming 2 26th Sep 2006 05:27 PM
How do I centre align text in a Table? =?Utf-8?B?RGVsdGFHb2xm?= Microsoft Access Database Table Design 2 11th May 2006 06:55 PM
Align decimals in text boxes? Kate Microsoft Access Reports 6 5th Jul 2005 06:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:43 AM.