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
SCCM Client Push Installation
Blackberry and MS Exchange Server, email folders are empty on device.
Huge PST file, but no files, how is it possible?
user locked out and forgot password
Vbs script to get group membership count. Does not get actual count for some groups.
Getting Total number of rows from Gridview
Setting up a proxy have security issues?
Modify .csv Files Using Perl
Transform xml address as CDATA
CMD utility to show shared network printers - Windows Server 2003