Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Numeric Field Overflow

Status
Not open for further replies.

i1055

MIS
Jul 6, 1999
11
US
Could someone please explain what causes the &quot;numeric field overflow&quot; error??<br>
<br>
I have a table with no more than 250 rows, 4 fields, and I set up a select query to exclude certain criteria and sum one of the fields, and I receive the error. Oddly, if I make any change to the query, then undo the change, then save the query, it runs fine. But if I try to run it again, I get the error.<br>
<br>
Thanks for your advice.
 
Numeric field overflow means that you are trying to assign a number to a variable that is larger than that type of variable is designed to accomodate. Change the type of variable.<br>
<br>
I would look at the variable that is supposed to receive the total of the field you are summing. Check how it's been DIM 'd and then check its maximum.<br>
<br>
Rochelle
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top