Hi,
I have imported data from another database where the dates are in the wrong format.
Itīs yyyymmdd and I want yyyy-mm-dd.
My plan was to use Left +"-" + Mid +"-" + Right
Left and right works fine but Mid does not. Can someone help me with this, Im going crazy.
This is how I write the Mid function Mid( [GILTIGFRAN] , 5, 2)
And I get this back
What am I doing wrong?
/ Anders
Sweden