This is what I am using now.
create date:
> GETDATE() - 365 - DAY(GETDATE())
<= DATEADD(ms, - 3, DATEADD(mm, DATEDIFF(mm, 0, GETDATE()), 0))
Thanks in advance for any help.
Jim
"Jim in Spokane" <JiminS...@discussions.microsoft.com> wrote in message
news:F520A340-E28B-43EA...@microsoft.com...
"Uri Dimant" wrote:
> .
>