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
SBS 2008 - Can't change Internet Options
Can I send a cookies' data to a server side database without reloading the page?
Is there a way to find all history after it's deleted and searches?
Type of Cluster?
Outlook 2007 Freezez up during Spell Check
Word Mail Merge from Access Table Problem
SCOM 2007 R2 Dashboard creation / manipulation
How to calculate two columns and also SUM them in Excel
vbscript to vb.net
How to create a c++ operator ? (like + - * )