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
how to capture out parameter from storedProcedure in java
CreateProcess terminates immediately
Multilingual Issue in dotnet
Apache webserver Linux and Gzip
Trouble with Menu Drop Down Form
Install IIS with a vbs script.If supporting files needed pick from a predefined path.
DNS Search List appending to all nebios / dns names
Removing Rootkit.Agent on Windows XP SP3 ComboFix log attached
windows 7 dual monitor not working
Query not inserting rows into table