Microsoft
Software
Hardware
Network
Question : Split Field in Access Query
I need to split a column in an access query into two columns. The data comes into the column from a table like this:
884579.24/2357529.36
I would like it split into two columns on the / when the query opens.
Possible??
Answer : Split Field in Access Query
select [fieldname], left([fieldName],instr([fi
eldName],"
/")-1) as firstpart, mid([fieldName],instr([fie
ldName],"/
")+1) as SecondPart
from tablex
Random Solutions
Javascript form validation problems
Konica Minolta bizhub c253/exchange 2007. Scan to email from address will not stay changed
100% CPU usage in vCenter but not in taskmanager on the Windows NT 4.0 VM that has been converted
DB2 vs SQLServer
Cannot Replicate FREEBUSY from Exchange 2003 to Exchange 2010 - EVENT 14029, 4003,
Migrate SBS 2003 to Server 2008 R2
How to write script for the requirment?
web design vs dev
WebService Client problem
Using VLookup for Data Validation