I was playing around with delete queries where the referential integrity was engaged and cascade delete was activated. All the books I have read states you put both the one and many side tables on the QBE. When I do that the query does not work. If I have only the one side on it works properly deleting from both tables. What is the proper way of doing a delete query with cascade delete engaged? Thanks Fay



