Deleting records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created two linked forms based on four tables. When I delete an entry from the form, it doesn't delete data from my tables... how can I make it do this??
 
I have created two linked forms based on four tables. When I delete an entry from the form, it doesn't delete data from my tables... how can I make it do this??

By doing it correctly. You don't say anything about the Recordsource
property of the Forms, nor about how you're doing the deletion, so I
don't have any idea what you're doing wrong!

Please post the SQL view of the Forms' recordsource properties, and
explain what steps you're taking to do the deletion; also what record
you expect to delete (i.e. one table, two tables, all four tables?)
 
Back
Top