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
Ho Do you Create a timeline Planner/diary in vb.net
Exchange 2007 SBS - Cannot send external e-mail.
MailMerge: filter results from Access
Apache authentication using the GET method. Is it possible?
How to deny write to the desktop for users?
Inline attachments with Lotus Notes
SQL Server 2008 Licensing
ASP.Net C#, MS SQL
How to remove automatic login from Outlook 2010
Quality Center