J
Jim S
I have two databases I am trying to join together. One is in a text format,
the other is in number format.
The text number is ssn. I am trying to link the databases together but when
I try to convert the text to integer, i get the Invalid use of null. I know
it is because I am trying to convert null to integer.
How can i convert the text to a number or a data fomat where I wont loose
the 0's to the left of number.
The most success I ve had is converting both forms to string, but when I
conver ssn to string I lose the 0's, so now only the ones that dont start
with a 0 match.
I am a new user.
How can i convert this text to a integer? or what other data type should i
use?
One table is type int. 9 place,, the other is text.
the other is in number format.
The text number is ssn. I am trying to link the databases together but when
I try to convert the text to integer, i get the Invalid use of null. I know
it is because I am trying to convert null to integer.
How can i convert the text to a number or a data fomat where I wont loose
the 0's to the left of number.
The most success I ve had is converting both forms to string, but when I
conver ssn to string I lose the 0's, so now only the ones that dont start
with a 0 match.
I am a new user.
How can i convert this text to a integer? or what other data type should i
use?
One table is type int. 9 place,, the other is text.