I have a start date and end date field on a form.
I would like to create a view that only shows things that are not past the end date.
So basically today() is not after end date.
But I can't figure out how to get that?
Is that something I can do with fetch? If so what is the expression to use not Today()? CURDATE()? Etc.
Thanks,
Terry