I have a txt field in an SQL table that I nned to convert to datetime but I need to make it in a date format.
This is what I have now: 10081918 this is what I need it to be 1918/10/08.
I tried using this but MId is not a recognized function.
UPDATE ad1001 SET ad1001.dob = Right([DOB],4) &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.