B
BigG
I am new to this so please bare with me.
I have a DB where I want to calculate members who have not ordered an item
in the last 2 months and then delete them from the DB. I believe than an
update query is best? and the criteria should be something like
I have a DB where I want to calculate members who have not ordered an item
in the last 2 months and then delete them from the DB. I believe than an
update query is best? and the criteria should be something like
this does not return the correct records, can anyone help me?=DateAdd("m",-2,Date())