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
Laptop action keys not functioning on debian
PHP sql statements
Formatting a Hard Drive with sensitive data
not enough storage is available to process this command
Sending Mail External - Domain Challanges
Change AD password in OWA
dead pc motherboard or cpu
jquery Countdown
SCOM, monitor process and stop it if necessary
How do I create an Excel 2003 array formula using date criteria ?