C
Call me Ed
I have 6 tables that I am appending to an existing table. Prior to these
tables appending, I have queries built to add supplemental data and also
perform a simple minutes to hour calculation. If I look at the select query
prior to the appendage, I am able to see tenth and hundredth digits of the
hours (e.g. 30 minutes - .50 hours). After I append to the table, these
digits are truncated and it rounds to an integer. I have traced my steps and
none of the format properties are set to an integer... I have changed from
fixed to general number on the queries and the table, but no luck... Why does
it continue to truncate?
tables appending, I have queries built to add supplemental data and also
perform a simple minutes to hour calculation. If I look at the select query
prior to the appendage, I am able to see tenth and hundredth digits of the
hours (e.g. 30 minutes - .50 hours). After I append to the table, these
digits are truncated and it rounds to an integer. I have traced my steps and
none of the format properties are set to an integer... I have changed from
fixed to general number on the queries and the table, but no luck... Why does
it continue to truncate?