I have a field called DUE_DATE
I'm trying to show records that have a DUE_DATE of today and anything 10 days out in between. The below shows 10 days out but does not show today's records.
DUE_DATE BETWEEN GETDATE() AND GETDATE() + 10
any help would be appreciated
thanks
I'm trying to show records that have a DUE_DATE of today and anything 10 days out in between. The below shows 10 days out but does not show today's records.
DUE_DATE BETWEEN GETDATE() AND GETDATE() + 10
any help would be appreciated
thanks