error message "overflow"

  • Thread starter Thread starter Darla
  • Start date Start date
D

Darla

I am trying to open a report that I have used before but,
this time I get the error message "overflow". Help!!
Please!! I have searched all other help files and can not
find anything related.

Thanks in advance for your time and talent!
 
Hi,

My name is Amy Vargo. Thank you for using the Microsoft Access Newsgroups.

This issue can occur because under certain circumstances, a division by
zero (0) can show the Overflow error or the #Div/0! error in the control.
The error can occur in queries or in calculated controls on a form or a
report. In many cases the field value of zero is the correct data.

The issue might also occur in code if you assign a data type that is too
small, for example, if you use Integer instead of Double.


I hope this helps! If you have additional questions on this topic, please
respond back to this posting.


Regards,

Amy Vargo
Microsoft Access Engineer


This posting is provided 'AS IS' with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.
 
Back
Top