killerflappy
Registered User.
- Local time
- Today, 11:51
- Joined
- Aug 23, 2017
- Messages
- 50
Hi guys,
I have a short text field with a date (yyyymmdd) and want to convert it to a short text field as dd-mm-yyyy. So 20171128 must be converted to 28-11-2017.
I can do this with the CDATE, but then it converts it to a date, and I want it to be a short text field.
I want to use an update query in VBA to do this. Can someone point me in the right direction?
I have a short text field with a date (yyyymmdd) and want to convert it to a short text field as dd-mm-yyyy. So 20171128 must be converted to 28-11-2017.
I can do this with the CDATE, but then it converts it to a date, and I want it to be a short text field.
I want to use an update query in VBA to do this. Can someone point me in the right direction?
Last edited: