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
Sending a simple HTTP request
Cisco 2610XM Stun Configuration Not Working?
Excel 2007 -- Conditional Formatting
Hide/When Help
symantec DR solution
Name replace in SQL database
Configure multiple wireless routers on a network
Add only the positive numbers between a date range
Using DBAN and see the error message
Cant display related column values in result set...