Hi,
I have a field in my database which contains numbers stored as string, I need to output these as a number.
The numbers are 13 digits in length (i.e 1900026354527) they are stored in the table as a Text field called MPAN I thought it would be a simple convert function so tried.
Clng([MPAN]) but this returns #Error, I believe the numbers are well within the range of a Long Integer so I really can't tell what is wrong.
Any help appreciated
I have a field in my database which contains numbers stored as string, I need to output these as a number.
The numbers are 13 digits in length (i.e 1900026354527) they are stored in the table as a Text field called MPAN I thought it would be a simple convert function so tried.
Clng([MPAN]) but this returns #Error, I believe the numbers are well within the range of a Long Integer so I really can't tell what is wrong.
Any help appreciated
Comment