delete record

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

Hi all:
fe: Access 2002, be: SQL server 2k
This is going to be very basic. I have a form with two
tables. A parent form has an inner join to a child table.
Because of referential integrity, if the user tries to
delete a record, the delete is not successful because the
child table record is not deleted. I have understood that
cascade deletes are dangerous.
How do I delete both records?
Thanks,
Josh
 
Back
Top