How do I export an amount field into a fixed field w/o formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

It keeps left justifying, leaving off the sign and not 0 filling. I need to
send the file to a mainframe for processing and am using either the export or
TransferText processes.
 
Create a query that returns the values. Use the Format() function to get it
looking like you want. Then use something like CStr() to convert it to a
string representation. If I recall, that way when you export it keeps the
formatting.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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

Back
Top