Anyone know what this error means and how to solve it? [Microsoft][ODBC Microsoft Access Driver] The record cannot be deleted or changed because table 'STUDENT_CONTACT' includes related records.
Hi, this error message means you have a relationship in your database that prevents master record from being deleted if child table has related records. In this case you have to delete child records first.
B
baltrusj author1/13/2005
So it sounds like I specified my master-detail (parent-child) tables incorrectly. Wonderful.