Avatar of 7601105166084
7601105166084
Flag for United Kingdom of Great Britain and Northern Ireland

asked on 

Trying to convert imported Date (as text) to ddmmyyyy

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



SQL

Avatar of undefined
Last Comment
cdbeste

8/22/2022 - Mon