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
Foxpro and using Excel 2010 as an object
Sum if from access data base
GP folder redirection. cant turn off
Dynamic textbox template column in gridview
Lotus Notes 8.5
Continuous Forms colour change by time
Create linked server from MS Sql to oracle server
Excel Convert Text to Number
Mac RDP clients slow?
Hyper v full Installation remote administration issues