Dear all,
I have a table categories and a table items which are connected by a 1 to many relationship.
Categories are:
- cars
- electronics
- foodstuff
Items fall under these categories and could be:
- radio
- computer
- apple
I would like to retrieve the categories for which an item exists.
In the above example this would return electronics and foodstuff because no car is listed in the items table.
Access certainly must know that a child record exists. Referential integrity is turned on and when I try to remove a category for which an item exists I get a message that this is not be possible.
Kind regards,
Hans B.
I have a table categories and a table items which are connected by a 1 to many relationship.
Categories are:
- cars
- electronics
- foodstuff
Items fall under these categories and could be:
- radio
- computer
- apple
I would like to retrieve the categories for which an item exists.
In the above example this would return electronics and foodstuff because no car is listed in the items table.
Access certainly must know that a child record exists. Referential integrity is turned on and when I try to remove a category for which an item exists I get a message that this is not be possible.
Kind regards,
Hans B.