[pName]
, the
student's name. Referential integrity assures
that all StudentsAndClasses records for this student will
get deleted automatically.
PARAMETERS pName Text; DELETE DISTINCTROW Students.*, Students.Name FROM Students WHERE ((Students.Name=[pName]));