Thanks for putting me in the right direction you guys!
The SQL below does work and still seems to be short tekst.
UPDATE tblImport SET tblImport.date = Right([date],2) & '-' & Mid([date],5,2) & '-' & Left([date],4);
When I was testing the column one time changed into a date field.
How can...