help please

A

Anil

Hi i'm trying tp export a table to text file, when exporting to text all
column tend to left align including the one with data type "number". i'm
using fixed with and the column that should be right align holds 12 character
(maximum)
and currently the are data with 6 characters inside the column.

help on how i could export using my fixed widht (specs) and keep my column
right align (note i cannot use 0 padded)
 
B

bhicks11 via AccessMonster.com

Hi Anil, it is just plain text, not like a spreadsheet. You can do that as
far as I know. Maybe a different export would work better - comma or tab
delimited? What do you need to do with the data?

Bonnie
http://www.dataplus-svc.com
 
Top