Hello
I'm trying to perform a cascading deletion in MS Access but can't figure out the best way to solve my problem.
I'll give you a more simplified example of it:
Tables:
MEMBER(member_id, firstname, surname, email)
MEMBER_VISITED_AREA(member_id, area_id)
AREA(area_id, area)...