An example of the date brough through into the table text field is 20080605
I need to change it to 05/06/2008
In a QueryI have tried all the following:
Cvdate
CDate
Dateserial(year(THEDATE), month(THEDATE), day(THEDATE))
FormatDateTime()
Format()
all resulting in #Error