S
Sthibodeau
I have built a delete Query that i want to delete all
records in a table that are less 30 days from the date of
executing the query.
Here is the criteria i have written, but it only deletes
records less than todays date, i alwyas want at least the
past 30 days of records in the system.
<Date()-(30)
Please help in telling me what i am doing wrong - Thanks
records in a table that are less 30 days from the date of
executing the query.
Here is the criteria i have written, but it only deletes
records less than todays date, i alwyas want at least the
past 30 days of records in the system.
<Date()-(30)
Please help in telling me what i am doing wrong - Thanks