I have a query that finds the minimum date value from three date fields. When I sort the result it sorts as text rather than by the actual date. I have used the following expression:
Minimum Date: Minimum([GLExp],[UmbExp],[WCExp])
I tried formatting the field as a date, but if I sort or use Minimum Date in another query, it sees that field as text.
Any suggestions?
Minimum Date: Minimum([GLExp],[UmbExp],[WCExp])
I tried formatting the field as a date, but if I sort or use Minimum Date in another query, it sees that field as text.
Any suggestions?