BDCarrillo
Technical User
Trying to do the following:
Filter records to show only those whose "End_Date" is equal to or greater than today. This will be set on the form properties.
I've tried the following:
End_Date>=Today()
End_Date>=Now()
End_Date>=Date()
All of the above with #End_Date#, and all of the above with quotation marks, and with [End_Date]
I do have filter on load set to "yes".
Filter records to show only those whose "End_Date" is equal to or greater than today. This will be set on the form properties.
I've tried the following:
End_Date>=Today()
End_Date>=Now()
End_Date>=Date()
All of the above with #End_Date#, and all of the above with quotation marks, and with [End_Date]
I do have filter on load set to "yes".