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
Install Ruby Gems through a Firewall?
How to connect to Oracle 11g as "SYS" from PB
Webrequest POST
PowerPoint 2007 Printing issues - shadows and text boxes
Sysprep service pack 3
Blackberry Enterprise Server - not sync contacts for one user?
Microsoft Virtual Environment - SQL Server 2005/SQL Server 2008
Exchange 2007 Certificate
Access to OWA 2010 is very slow
Server Recommendation (File Server & Terminal Server)