Jan 28, 2002 #1 RayBec Programmer Dec 5, 2001 42 US I have a field that was defined as a long integer that I neeed to convert to a text field. Can anyone help?
I have a field that was defined as a long integer that I neeed to convert to a text field. Can anyone help?
Jan 28, 2002 #2 luceze Programmer Apr 26, 2001 842 US In the design view of your table change the data type to text. Upvote 0 Downvote
Jan 28, 2002 Thread starter #3 RayBec Programmer Dec 5, 2001 42 US Thanks for the response. Is there a way to do the conversion via a sql command(the opposite of the 'val') command? Upvote 0 Downvote
Thanks for the response. Is there a way to do the conversion via a sql command(the opposite of the 'val') command?
Jan 28, 2002 #4 hsitz Programmer Dec 14, 2000 396 US str(numbervariable) will return a variant of string type for the value of numbervariable. -- Herb Upvote 0 Downvote
Jan 28, 2002 Thread starter #5 RayBec Programmer Dec 5, 2001 42 US I'm using access 2000...when I do the command 'select str(numvar) from table'. I get the message 'Undefined function 'STR' in function. Help! Upvote 0 Downvote
I'm using access 2000...when I do the command 'select str(numvar) from table'. I get the message 'Undefined function 'STR' in function. Help!