K
Kelly
Hi,
I have a table with names and e-mail addresses that I need to remove 11 of
the 13 names. There are many tables in the relationship setting.
I was unable to break the relationship between the table initally, so I
thought to do a delete query. That worked, but it also deleted the history of
related information from some other tables.
The employee_table is the table that I needed to remove some names from.
This table is related to (2) other tables in a 'one to many' and (1)
relationship is set to 'cascade related update fields'.
Maybe checkinging the other option "cascade delete related records"? I'm not
sure, but unchecking 'cascade related update fields' came up with a warning
I was thinking that maybe I need to use a query update?
Replacing current transactions with (1) of the names that I'm keepeing would
not be not an issue.
Thank you,
I have a table with names and e-mail addresses that I need to remove 11 of
the 13 names. There are many tables in the relationship setting.
I was unable to break the relationship between the table initally, so I
thought to do a delete query. That worked, but it also deleted the history of
related information from some other tables.
The employee_table is the table that I needed to remove some names from.
This table is related to (2) other tables in a 'one to many' and (1)
relationship is set to 'cascade related update fields'.
Maybe checkinging the other option "cascade delete related records"? I'm not
sure, but unchecking 'cascade related update fields' came up with a warning
I was thinking that maybe I need to use a query update?
Replacing current transactions with (1) of the names that I'm keepeing would
not be not an issue.
Thank you,