P
pierre
Hi all,
I tried in a lot of way
to export a two fields query in csv file format
my data is
Qt, Code like
4,code1
44,code2
....
The problem i have is that when i use
docmd transfertext acexportdelim
i have a file like
4.00,code1
44.00,code2
How can i get rid of the decimals?
I modify the property of the query to have 0 decimal, the query show no
decimal at all but the exported file still have the 0. Ichange the
quantity to a long type - still the same!!!
Is it an access bug or what?
rEgards,
pierre
I tried in a lot of way
to export a two fields query in csv file format
my data is
Qt, Code like
4,code1
44,code2
....
The problem i have is that when i use
docmd transfertext acexportdelim
i have a file like
4.00,code1
44.00,code2
How can i get rid of the decimals?
I modify the property of the query to have 0 decimal, the query show no
decimal at all but the exported file still have the 0. Ichange the
quantity to a long type - still the same!!!
Is it an access bug or what?
rEgards,
pierre