Solution
Hi All
Thanks for the replies, below is what I used and it seems to work
CMonth_Ex: Abs(Left([created at],2))
CDay_Ex: Abs(Mid([created at],4,2))
CYear_Ex: Abs(Mid([created at],7,4))
Create Date: Format(([Cday_ex] & "/" & [Cmonth_ex] & "/" & [CYear_ex]),"dd/mm/yyyy")