In a table with a 1:M relationship, the records in the many side have to be deleted first. I hope that this is the correct type.
Go to your macro, choose RunSQL action and type
DELETE FROM [tablename];
This will delete every record from the table called tablename.
You may want to put SetWarnings False beforehand and SetWarnings True afterwards to stop Access' confirmation dialog coming up.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.