A
A Man
I have a customer number that is a string, but I need to change it to an
integer variable. Assigning: iCust = sCust does not work. (I just want
to drop leading zeroes in the string. It can stay a string if that's
easy.)
Is there a function to convert string to int? I could not find one in
Access help. String() seems to convert a numeric to a string data type.
Thanks.
integer variable. Assigning: iCust = sCust does not work. (I just want
to drop leading zeroes in the string. It can stay a string if that's
easy.)
Is there a function to convert string to int? I could not find one in
Access help. String() seems to convert a numeric to a string data type.
Thanks.