Deleting from a form

tkd1987

Registered User.
Local time
Today, 02:59
Joined
Jan 3, 2006
Messages
26
Hello,
in my memership system everything uses forms for ease.

in the main view of the student record, you have the option to delete the member. how every some of the information is linked to another table, how would i go about deleting this information as well, when the button is pressed.

Aaron
 
If your relationships are done correctly with "cascading delete" then all data (from different tables) is automatically deleted pertaining the the person being deleted from the database.

Col
 
thanks for that it now displays this error

no unique index found for the referenced field of the primary table.
 

Users who are viewing this thread

Back
Top Bottom