P
Paul Fenton
We have a table in an application that increments a field by 1 every
time a new subject is entered. The current number in this field is
32767. When we try to add a new subject, we get "Error 6: Overflow"
on the line that increments that field by 1 to 32768.
The field in question is a number field, Long Integer, which I thought
could store #'s to 2,147,483,647. This behavior is as if the field
were an Integer field.
Why is this happening and how do I correct it?
Paul Fenton
(e-mail address removed)
time a new subject is entered. The current number in this field is
32767. When we try to add a new subject, we get "Error 6: Overflow"
on the line that increments that field by 1 to 32768.
The field in question is a number field, Long Integer, which I thought
could store #'s to 2,147,483,647. This behavior is as if the field
were an Integer field.
Why is this happening and how do I correct it?
Paul Fenton
(e-mail address removed)