Thanks
EggHeadCafe - Software Developer Portal of Choice
HTML Hyperlink Obfuscation with Client Script
http://www.eggheadcafe.com/tutorials/aspnet/0c2c6656-9c94-464b-aa93-371cf317efc5/html-hyperlink-obfuscatio.aspx
"Wol Bruin" wrote:
> .
>
You can't center text in a list box... but I found something you posted a
little back that works like a charm...
SELECT Space(15-len([FieldName])/2) &[FieldName] FROM [TableOrQueryName];
Note, you may have to play with the * -15 * depending on the width of your
list box.
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
"KARL DEWEY" <KARL...@discussions.microsoft.com> wrote in message
news:4A2E3651-9526-44F8...@microsoft.com...