hi.
I have a Field that has dates, in the mmmm/dd/yyyy.
I want to write a wuery that will give all dates between today through the end of the month.
I am trying something like this but I am not sure how to fully write it.
Between (Format(Date(),"mmmm/dd/yyyy") And Date())
Any ideas I would really appreciate it.
Thank you
I have a Field that has dates, in the mmmm/dd/yyyy.
I want to write a wuery that will give all dates between today through the end of the month.
I am trying something like this but I am not sure how to fully write it.
Between (Format(Date(),"mmmm/dd/yyyy") And Date())
Any ideas I would really appreciate it.
Thank you