Question

Asked:
Asked By:
Jan 5 2009   4:47 PM GMT
SacramentoSil   25 pts.

MS Access 2003 write in SQL query to convert string to numeric


SQL, Microsoft Access, Access 2003, SQL Query

How do I write in SQL code in MS Access 2003 to create a query that converts a string into a numeric? Thanks

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



You can use expression builder to do same
CINT(TEXT value) will convert into numeric

http://findsarfaraz.blogspot.com

I think you actually want CDbl(Text Value) if your dealing with non-integer values.

You can use VAL(Text value) to extract numeric value from string.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Development and Database.

Looking for relevant Development Whitepapers? Visit the SearchWinDevelopment.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register