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
Win XP freezes after installing my Asus P6X58D mobo
Exchange 2010 and /exchange error
Still having issues pinging from one subnet to another through ASA 5510
How to Determine what SQL Databases are Installed & Running?
Windows server 2003 terminal users unable to view png images in IE
XP 10 inbound connection limit question
Globally change the Blackberry Service Display name
Looking for vista drivers for Sony pcg-8112l vista laptop
PHP/Javascript newbie - need help integrating niftycube into my site
Exchange 2010 "RBAC" error in event log