Nearly there, although, im having trouble with my query for deleting all records in all my tables:
DELETE [defectTable.*], [meetingTable.*], [cdsidTable.*],
[participantTable.*], [phaseTable.*], [productTable.*],
[programTable.*], [workProductTable.*]
FROM defectTable, meetingTable...