accesswatcher
New member
- Local time
- Today, 12:43
- Joined
- Jan 14, 2000
- Messages
- 9
In an Access 97 (Office 97) DB, the design requires date to be in the format "January 15, 2000" but the closest Access 97 format is the "LongDate" which is "Saturday, January 15, 2000".
I am using date() to automatically insert the dates when the input form opens.
Can anyone suggest how I will be able to parse this to truncate first day part and the comma?
Since the number of characters vary in the first day part depending on the day of the week I am confused. Also, will I be correct in understanding that Access "Date" data type is not a simple text string?
Thanks in advance.
I am using date() to automatically insert the dates when the input form opens.
Can anyone suggest how I will be able to parse this to truncate first day part and the comma?
Since the number of characters vary in the first day part depending on the day of the week I am confused. Also, will I be correct in understanding that Access "Date" data type is not a simple text string?
Thanks in advance.