F
FBxiii
Hi.
I am trying to export a table to a text file using VBA (TransferText). The
file exports fine but the Double values in it have decimal places.
How do I export the table but without the decimals? The values are real
'doubles' as they are too big to be Long Integers. I need the text fields to
have the quote marks but the numerics to not.
I've tried Fix and Int in a query but these did not work either!
Thanks for any advice,
Steve.
I am trying to export a table to a text file using VBA (TransferText). The
file exports fine but the Double values in it have decimal places.
How do I export the table but without the decimals? The values are real
'doubles' as they are too big to be Long Integers. I need the text fields to
have the quote marks but the numerics to not.
I've tried Fix and Int in a query but these did not work either!
Thanks for any advice,
Steve.