Numerical values in my database and exported tables are not registering as wanted. The first digit is recognized, but adding a second digit does not give the data a significantly higher value. For example a column sorted by increasing value may look like this:
2
23
24
26
3
3
3
3
31
39
4
40
42
5
5
6
61
etc.
I have tried changing the Field Size from Integer to Long Integer to Decimal, but this does cause have an apparent difference.
Any advice?
2
23
24
26
3
3
3
3
31
39
4
40
42
5
5
6
61
etc.
I have tried changing the Field Size from Integer to Long Integer to Decimal, but this does cause have an apparent difference.
Any advice?