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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Overflow Error

Status
Not open for further replies.

mordja

Programmer
Apr 27, 2004
294
GB

Hi,

Im getting an overflow error, which gives me very little information "Overflow Error" about the cause. What is the best way to track down the cause of an overflow ?

Thanks

Mordja
 
The general problem is that the result of a calculation cannot be held in the variable/field that is assigned or implied. For example multiplying two numbers defined as Integers can easily produce a result which requires a Long integer to hold it.

But you can get overflow errors in less obvious situations, where Access is manipulating stuff internally.
Where are you getting this message?
 
Lupins,

Thanks, Tracked it down. I understand why overflows occur, but not why access gives so little information as to where it was caused.

Mordja
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top