I have to delete all records in a main table that have a maximum date in a many table.
Ex., For each member that has not ordered anything since 01/01/99, delete this member.
I’m stumped….
Thanks for any help as to how to accomplish this. A delete query does not allow a Max function, or I’m not doing something correctly.