a.phillips
Registered User.
- Local time
- Today, 14:25
- Joined
- Jul 19, 2011
- Messages
- 37
I am trying to convert the date in a table (table name - 2009-2011 event records) with the field name 'Date of registration' with the data type numer and layout YYYYMMDD, into DD/MM/YYYY, does anyone know the code to do this please? I have tried other codes off the internet such as:
Format(DateSerial(Left([FieldName],4),Mid([FieldName],5,2),Right([FieldName],2)),"dd/mm/yyyy")
But access isn't allowing me to start the query with Format, any ideas?
Thanks
Format(DateSerial(Left([FieldName],4),Mid([FieldName],5,2),Right([FieldName],2)),"dd/mm/yyyy")
But access isn't allowing me to start the query with Format, any ideas?
Thanks