S
Steveo
I have the following for a date which works fine in the form
Mid(Trim(Str([Date])), 5, 2) + Mid(Trim(Str([Date])), 7, 2) +
Mid(Trim(Str([Date])), 1, 4)
That shows: 06242007
I would like to get the date to display: 062407
Is this possible to do?
Mid(Trim(Str([Date])), 5, 2) + Mid(Trim(Str([Date])), 7, 2) +
Mid(Trim(Str([Date])), 1, 4)
That shows: 06242007
I would like to get the date to display: 062407
Is this possible to do?