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
file extension problem
USB Keyboard runs on XP, but not on Win 7 Pro
mondoarchive not writing to tape
calendar template in indesign?
How can I install Guest OS inside VMware ESX 4.0
Playing Flash Videos on an iPad or an iPhone
How to get Unicode characters from clipboard on VB6
Can a value from Vlookuop be used as a worksheet name to retrieve data
sp_change_users_login
CSS: Relative positioning and IE7