S saleemMSMS Registered User. Local time Today, 15:13 Joined Aug 12, 2009 Messages 92 Aug 27, 2009 #1 hey convert() function is not working in Access... is there any other way to convert an Integer to Varchar ?
hey convert() function is not working in Access... is there any other way to convert an Integer to Varchar ?
DCrake Remembered Local time Today, 09:13 Joined Jun 8, 2005 Messages 8,626 Aug 27, 2009 #2 Varchar() is not a function available in Access, this is a SQL data type, however you can convert a number to a string by using the CStr() function. David
Varchar() is not a function available in Access, this is a SQL data type, however you can convert a number to a string by using the CStr() function. David