Records won't delete

m001

Registered User.
Local time
Today, 03:45
Joined
Sep 9, 2002
Messages
18
This must be so simple...

2 tables:

dealers
customers

Every customer has a field with the keydealernumber in it.

My relationships are correct: one-to-many (dealers-customers) with a cascading delete.

When I delete a record in the dealer table, it does exactly what it has to do - it's deleted and it's customers with it.

But when I run a query to find dealers without matching customers:
- the query is correct
- I delete the dealers (in the query results)
- I get a confirmation for deleting the records
- I run the query again...and...

floops my records appear again...they haven't been deleted!

What's happening, I need some help here.

Thanks.
 

Users who are viewing this thread

Back
Top Bottom