FancyPrairie
Programmer
One of the fields in my query is defined as Double in the table from which the query gets its data. When I execute the query the numbers appear correctly. However, when I export the results of the query to a text file, the field now contains a decimal point followed by 2 zeros. How do I get rid of the decimal point?
Example: 123456 should read 123456 not 123456.00
Example: 123456 should read 123456 not 123456.00