I am loading the data into our HP3000 mini computer (Image database).
The
import accepts a decimal point anywear within the 12 byte field.
:
Are you exporting to a delimited text file (say, a .csv file)? If yes,
unless you define an export specification for it, or use the Format
function
to specify the number of decimal places for a calculated field in a
query
(takes the place of the original field), ACCESS defaults to 2 decimal
places.
What are you wanting to do?
--
Ken Snell
<MS ACCESS MVP>
My table has numeric field, defined as double, fixed decimal, 4
positions.
When I export it truncates to 2 decimal precision. How can I get
around
this?