I have two related tables, company is the one table, areas the many
I want to be able to delete records in the many table that match the criteria of a field in company
I have no problems selecting the records with the following;
-----------
Private Sub areas_find_empty_records_Click()
Dim...