missinglinq
AWF VIP
- Local time
- Yesterday, 21:46
- Joined
- Jun 20, 2003
- Messages
- 6,409
An Overflow Error indicates that you're trying to place a value into a field that is too small to hold it, usually as the result of a calculation such as your ratios. An example would be assigning a value greater than 32,767 to an Integer. Dividing by zero will also pop an error, so you need to avoid this as well.