Microsoft
Software
Hardware
Network
Question : access sql conversion text to number
in access sql, how can I convert a text column that contains numbers into a number?
if col Amount is text and contains "45.03"
How can I convert it in the select statement into a number?
Answer : access sql conversion text to number
Select *, Val([YourTextField] As NumField
From tblYourTable
/gustav
Random Solutions
Asp.Net Conversion failed when converting from a character string to uniqueidentifier.
Multithreading in C# .NET
Measuring distance with wireless
Data Validation2
query help
Java script and Div tag
connecting to outlook 2003 from SBS 2003 without joining the domain
Sanitize input
Using rand() to generate data
access 2007 vba using chr()