G
gillah11
Hi all. I have an update query that should only update a record if today
falls between the 1st of it's month and the 7th of the following month. For
instance, if the record date is 11/15/2009, it should only update if today is
between 11/1/2009 and 12/7/2009, or if the record date is 10/6/2009 is should
only update if today is between 10/1/2009 and 11/7/2009. Here's the criteria
I was trying to use, and I was using this criteria in the field that I want
to update if the criteria is true:
now()<dateserial(year[ticketcreateddate],month[ticketcreateddate]+1,7)
Using this, I'm only getting updates on the records created on 12/7/2009.
Any other ideas?
falls between the 1st of it's month and the 7th of the following month. For
instance, if the record date is 11/15/2009, it should only update if today is
between 11/1/2009 and 12/7/2009, or if the record date is 10/6/2009 is should
only update if today is between 10/1/2009 and 11/7/2009. Here's the criteria
I was trying to use, and I was using this criteria in the field that I want
to update if the criteria is true:
now()<dateserial(year[ticketcreateddate],month[ticketcreateddate]+1,7)
Using this, I'm only getting updates on the records created on 12/7/2009.
Any other ideas?