J
Jon R
Using an Iif statement in a Select query, I am allocating unit costs -
dollars and cents to two decimal places - to Year fields - 2001, 2002,
etc. When the query results are ultimately Appended to a table, the
cost is rounded to whole dollars, e.g. 5.75 ends up as 6.00. The
table's data type for this allocated unit cost is Field Size - Long
Interger, Format - Standard, Decimal Places - 4. What am I doing
incorrectly? How can I preserve the decimal formatting in the Append
query? Thank you for any advice.
dollars and cents to two decimal places - to Year fields - 2001, 2002,
etc. When the query results are ultimately Appended to a table, the
cost is rounded to whole dollars, e.g. 5.75 ends up as 6.00. The
table's data type for this allocated unit cost is Field Size - Long
Interger, Format - Standard, Decimal Places - 4. What am I doing
incorrectly? How can I preserve the decimal formatting in the Append
query? Thank you for any advice.