Microsoft
Software
Hardware
Network
Question : Split data from one column into 2 columns
I have a filed called month_year with sample data of 004/2009. I want to make this into two fields called month and year with data being 004 and 2009 respectively. The data format is consistent throughout.
Answer : Split data from one column into 2 columns
update yourtable
set [month]=substring(month_ye
ar,1,3) ,[year]=substr(month_year,
5,4)
where month_year like '___/____'
Random Solutions
how to stop sql execution on refreshing a page or closing a browser
What is the extension to bring in a 2007 Excel xlsm workbook into Access 2007?
Globally change the Blackberry Service Display name
pop up panel
Looking for NETWORKDAYS VBA Equivalent without Analysis ToolPack or Analysis ToolPack VBA
one code fits all : INDY9 or INDY 10 with D7 or D2005 or D2010Question:
Creating a new Array and Logical Drive
Is there a way to format an external drive so Linux and Windwos 7 can see it?
Network issues loading company web-site
Page Not Found" when trying to connect to the BlackBerry Administration Service