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
DHTML moving Image question
OnClientClick Needs PostBack
Powershell script that enumerates folder permissions.
MacBook Pro Superdrive Doesn't See CDs
facebook access issues
Copying CUSTOM.DIC to new machine - can't add words and how to handle file ExcludeDictionaryEN0409.le
x
creating report from combo boxes
Internet Explorer Security Settings Defaulting to High Security
Positioning Word Document opened in Powerpoint
Can you take the code from a Joomla Template and its modular layout, copy a "generic" version of the pages code and paste the code in when you need the same kind of page layout. If so how?