Thanks, I have had to look at chaning the date format as I have no control over the data export format.
This is what I typed:
UPDATE [Maximizer notes] Set Date field12 = (mid(text field9,9,2) + "/" + mid(text field9,6,2) + "/" + right(text field9,4)
I get a Syntax error in the UPDATE statement that points to Date in "Set Date Field12"
??