Hi Expert
I need query to return last 10 days from last date in the table.
I have use the following creteria >=DateAdd("d",-1,Date())-10
but this will return the last date from the current date. I need to return the last 10 days depends on last day in the table.
note the table called table1 and the date filed caled ddate
Thank you
I need query to return last 10 days from last date in the table.
I have use the following creteria >=DateAdd("d",-1,Date())-10
but this will return the last date from the current date. I need to return the last 10 days depends on last day in the table.
note the table called table1 and the date filed caled ddate
Thank you