N
Nicolas M
I have been using the VAL function for a couple years with no problem in
Access 2003, but have recently come across a particular sequence of letter
and numbers that causes an error, which I don't understand. Based on the
following input and output:
Original Value Val Result
6240b10043105 6240
6240c10043105 6240
6240D10043105 #Error
6240e10043105 #Error
6240f10043105 6240
6240g10043105 6240
6240d10 6.24E+13
6240d100 6.24E+103
6240d1001 #Error
Why do the original values with 'e' or 'd' in the 5th character error if the
length is greater than 8 characters? As you can, if it is 8 characters it
appears to be interpreting the 'd' or 'e' as "to power of" as see by the
input value '6240d100' and '6240d10'
Is there something about the VAL function that I don't understand or is this
a bug?
Thanks
Nicolas
Access 2003, but have recently come across a particular sequence of letter
and numbers that causes an error, which I don't understand. Based on the
following input and output:
Original Value Val Result
6240b10043105 6240
6240c10043105 6240
6240D10043105 #Error
6240e10043105 #Error
6240f10043105 6240
6240g10043105 6240
6240d10 6.24E+13
6240d100 6.24E+103
6240d1001 #Error
Why do the original values with 'e' or 'd' in the 5th character error if the
length is greater than 8 characters? As you can, if it is 8 characters it
appears to be interpreting the 'd' or 'e' as "to power of" as see by the
input value '6240d100' and '6240d10'
Is there something about the VAL function that I don't understand or is this
a bug?
Thanks
Nicolas