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
Combine Sheets in Workbook
Registry - Winlogn last user logged in - Win7
Solution for shared excel
Active Directory Logout Logged on Users
jquery image slider
Windows 7 Home not accessing the internet
From a landline number to a cell phone
Modify Cron Job
Can I define a SqlServer Tbl which contains "Objects"
Converting Date Format in PHP