Feb 8, 2006 #1 fayna Programmer Joined Jan 14, 2002 Messages 35 Location ES Hi, I need to convert a text field into a numeric field.I've tried to use 'CONVERT' but I get an error. How can I convert data types? Thanks
Hi, I need to convert a text field into a numeric field.I've tried to use 'CONVERT' but I get an error. How can I convert data types? Thanks
Feb 8, 2006 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR Have a look at the Int and/or Val functions Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
Have a look at the Int and/or Val functions Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
Feb 8, 2006 Thread starter #3 fayna Programmer Joined Jan 14, 2002 Messages 35 Location ES Thanks a lot!It worked with val function :-D Upvote 0 Downvote