J
Jim
I started this morning doing a job I thought would be quite simple:
Export a table that contained Decimal data right justified with 2
decimal places. Wrong. thank you Mr. Gates, you can't export decimal
fields. So I CDBL. No Problem. I Format Fixed (thanks to the forum).
And I right justify (Left(" ",trim(len(fieldName))) &
trim(fieldName). All that works.
SO NOW I try to export this beauty and it assumes my nicely formated
text fields are all 255 bytes long.
How do I get them all to be 14 bytes long?
Even if I trim again, the default field size is 255. :-(
thanks
Jim
Export a table that contained Decimal data right justified with 2
decimal places. Wrong. thank you Mr. Gates, you can't export decimal
fields. So I CDBL. No Problem. I Format Fixed (thanks to the forum).
And I right justify (Left(" ",trim(len(fieldName))) &
trim(fieldName). All that works.
SO NOW I try to export this beauty and it assumes my nicely formated
text fields are all 255 bytes long.
How do I get them all to be 14 bytes long?
Even if I trim again, the default field size is 255. :-(
thanks
Jim