Hi all,
I pulled the following code from Microsoft support to pull records based on my "closeDate" field.
I want to pull all records closed in the current month. I used the following criteria:
DateSerial(Year(Date()),Month(Date()),1)
I'm not getting all of the records closed in March however, any ideas what I might be doing wrong?
Thanks.
I pulled the following code from Microsoft support to pull records based on my "closeDate" field.
I want to pull all records closed in the current month. I used the following criteria:
DateSerial(Year(Date()),Month(Date()),1)
I'm not getting all of the records closed in March however, any ideas what I might be doing wrong?
Thanks.