G
Guest
Hi all,
I am trying to fix an export of a query where I am trying to format data into a fixed length flat file. I have a problem with two of my fields. In the query window I have a numeric field which shows dollars only (no decimals), example:
1000
1
2500
2400
However, when I export the query I get results like the following:
1000.00
1.00
2500.00
2400.00
The same seems to be happening with a date field. Again, in the query window:
7/12/2004
In the flat file it has the following (it adds time, I formatted to change the order to YMD):
20040712 00000
I am in Access 2000. HELP!!!!! How do I fix this to eliminate the decimals and the time stamp?
I am trying to fix an export of a query where I am trying to format data into a fixed length flat file. I have a problem with two of my fields. In the query window I have a numeric field which shows dollars only (no decimals), example:
1000
1
2500
2400
However, when I export the query I get results like the following:
1000.00
1.00
2500.00
2400.00
The same seems to be happening with a date field. Again, in the query window:
7/12/2004
In the flat file it has the following (it adds time, I formatted to change the order to YMD):
20040712 00000
I am in Access 2000. HELP!!!!! How do I fix this to eliminate the decimals and the time stamp?