Where do you want the result to be? ... or how do you plan to use the expression/solution?
In a query or control source of a text box on a form:
CDate(Format(Mid([FieldName],InStr([FieldName],"E") + 1, 6),"00/00/\2\000"))
Or... you could create a VBA User Defined Function:
Public...