Bonediggler1
Technical User
Hi-
I am trying to export the contents of a table to a text file. One of the fields contains dollar amounts. If I specify in the table the format to be Double/Fixed/Two decimal points, all values show correctly in the table...i.e. 1 becomes "1.00" and so forth. However, when exporting this table, the trailing zeros are dropped. If I query the table, change this field to text in the query and then export via VBA, the trailing zeros are dropped. If I manually export this query, the trailing zeros are maintained...
Not sure what I'm missing here. I am obviously trying to keep the trailing zeros when exporting.
Please advise...
Thank you!!
I am trying to export the contents of a table to a text file. One of the fields contains dollar amounts. If I specify in the table the format to be Double/Fixed/Two decimal points, all values show correctly in the table...i.e. 1 becomes "1.00" and so forth. However, when exporting this table, the trailing zeros are dropped. If I query the table, change this field to text in the query and then export via VBA, the trailing zeros are dropped. If I manually export this query, the trailing zeros are maintained...
Not sure what I'm missing here. I am obviously trying to keep the trailing zeros when exporting.
Please advise...
Thank you!!