J
joe
I should add that my understanding is that overflow errors
are usually caused by values that exceed the range of a
numerical data type. But I don't think that's happening
here. The numerical type fields are "ListPrice," which is
type "currency," and "Qty Shipped," which is type "number"
with a field size of "double."
But the table's values for "Qty Shipped" range from "-5"
to "8." And the values for "ListPrice" range
from "($44.75)" to "$107.96." Doesn't seem very demanding.
Thanks again.
are usually caused by values that exceed the range of a
numerical data type. But I don't think that's happening
here. The numerical type fields are "ListPrice," which is
type "currency," and "Qty Shipped," which is type "number"
with a field size of "double."
But the table's values for "Qty Shipped" range from "-5"
to "8." And the values for "ListPrice" range
from "($44.75)" to "$107.96." Doesn't seem very demanding.
Thanks again.