Addendum...

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top