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 ?
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.