Hi Guys,
I get an overflow error on this line of code:
The number I entered is 33333335555.Code:tArrivalKms = CLng(.TextMatrix(j, 6))
I have declared tArrivalKms as long. In my database I have an Integer field to store the value. What data type must I store this value as. Why am I getting an overflow? Please advise me




Reply With Quote