Exporting fixed width

G

Guest

Im attempting to export some queries in ASCII format. The porblem Im having
is with my number fields. It automatically adds (.00) to the end of the
number How do I get the decimal place out? or pad the field with zero to
the right ? For example one of my fileds is hours, lets say there is 64 hrs
the field width is 5 so when I export it shows as ".64" because the system
the file is loading to automatically assumes the the 2 decimal placesI would
like it to read as 6400. Can anyone help me?
 
T

tina

if you're working exclusively with whole numbers, change the data type of
your fields to Integer or Long Integer.

hth
 
G

Guest

Im not working exclusively with whole numbers. Is there a way to add zeros
to the right without the decimal?
 
T

tina

i have a feeling i'm leading you down the wrong path. i think you'll get
more expert help in this case if you follow Roger's suggestion, and reply to
his post if you run into further problems. good luck! :)
 
G

Guest

Thank you for directig me to your site, it was very helpful. I have an
expression adding the values from four different tables. How do I go about
formating this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top