Change a number to text?

kalebson

Registered User.
Local time
Today, 03:50
Joined
Sep 27, 2006
Messages
38
Is it possible to actually change a number to text? I cant seem to figure out how. I have 2 proprietary systems one uses a number and one uses text for the same item. I know how to change the text to a number however the more efficient way for me to do this is the other way around. Its the differnce from 300 to 400 record change vs 4M. Any help would be great thx.
 
Convert it to a string.

CStr(Yournumberhere)
 
Absolutely perfect. Thanks a ton.
 

Users who are viewing this thread

Back
Top Bottom