goldwhispers
Programmer
I am copying from a text file
update actualsavings
set datefrom = substring(datefrom,1,2) + '-' + substring(datefrom,4,2) + '-' + substring(datefrom,7,4)
from actualsavings
and i am trying to past it into one cell of excel, but it spreads it across a few cells, i have even tried to change the formatting of the cell to text and yet it still does it, anyone help..
ta
update actualsavings
set datefrom = substring(datefrom,1,2) + '-' + substring(datefrom,4,2) + '-' + substring(datefrom,7,4)
from actualsavings
and i am trying to past it into one cell of excel, but it spreads it across a few cells, i have even tried to change the formatting of the cell to text and yet it still does it, anyone help..
ta