J
Julian Milano
I have a database which has dates in all sorts of formats, 2-digit,
4-digit..... days, months & years. I want to format the dates from a query
in a conforming way, but don't know how to do it. Here's my expression:
CaseStats: IIf(IsNull([DateClosed]),"[ CASE OPEN ]",[DateClosed])
It looks for a null date field and replaces the nulls with "[ CASE OPEN ]".
But how do I format the [DateClosed] field to be in the format "dd/mm/yyyy"
irrespective of the actual data's format?
4-digit..... days, months & years. I want to format the dates from a query
in a conforming way, but don't know how to do it. Here's my expression:
CaseStats: IIf(IsNull([DateClosed]),"[ CASE OPEN ]",[DateClosed])
It looks for a null date field and replaces the nulls with "[ CASE OPEN ]".
But how do I format the [DateClosed] field to be in the format "dd/mm/yyyy"
irrespective of the actual data's format?