Hi All
Thanks for all your help so far. I have managed to change the text to date using "CDate(Left([Field1],4)+"/"+Mid([Field1],5,2)+"/"+Right([Field1],2))". However i cannot seem to truncate the year to 2 digits ie. 01/12/14. I thought i could use a mask in the input field but there...