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
I need a NAS server with 4TB that is expandable to 8TB for around $3000.
Finding file owner - getting an error: identity references could not be translated
Virus and/or Malware redirecting my links
HTML Table - Word Wrap with CSS
Allow tabs in <textarea>
Inventory System (Freeware) Recommendation
Rollover flash "SWF" files are not working in internet explorer
apache_php_support
Datamax DPL VB sample
Something keeps changing the default permissions of my settings.php file for a web site on Linux