L
Lauren
I am at my wits end and I hope someone can help!
I have created a database that houses all of my company's
business contacts. There is a query which allows us to
view the contacts by business unit (or team). What the
user does is choose a business unit from a combo box and
then a form displays which allows the user to edit, add or
delete contacts. This form is based on a query that has 2
tables: a main and a related table. What is happening is
whenever a contact is deleted, the business unit selected
originally is deleted from the related table, which of
course deletes all the contacts related to that business
unit. I have specified referential integrity but I have
not checked cascade edits or deletions and still I get the
problem. What am I doing wrong? If anyone can shed some
light, I would greatly appreciate it.
Thanks!
Lauren
I have created a database that houses all of my company's
business contacts. There is a query which allows us to
view the contacts by business unit (or team). What the
user does is choose a business unit from a combo box and
then a form displays which allows the user to edit, add or
delete contacts. This form is based on a query that has 2
tables: a main and a related table. What is happening is
whenever a contact is deleted, the business unit selected
originally is deleted from the related table, which of
course deletes all the contacts related to that business
unit. I have specified referential integrity but I have
not checked cascade edits or deletions and still I get the
problem. What am I doing wrong? If anyone can shed some
light, I would greatly appreciate it.
Thanks!
Lauren