Hi Trever
Assuming you have a date format of dd/mm/yy in your computer locale
settings, this should work:
CDate( Replace( [dateimp], ".", "/" )
Replace changes the dots to slashes and CDate converts the result to a
date/time data type.

Signature
Good Luck!
Graham Mandeno [Access MVP]
Auckland, New Zealand
> have a text field that contains dates how do I turn into date format?
>
[quoted text clipped - 9 lines]
>
> thanks in advance