Ashank4vba
Programmer
Hi,
Can you please confirm this?
2 Tables have a relationship set between them on one field say 'ID'. The relationship has 'referential integrity' setting checked already - but not its sub settings (you know, the cascade updates and deletes).
Now I need to update the 'ID' field values in the database. In order to make things simpler, I thought I would set the 'cascading updates' setting checked in the relationship so that when I change the values in the primary table, the values are automatically cascaded back to the related table.
Now, I want to know if any 'unwanted' or 'unexpected' changes might happen just by checking the 'cascade updates' option (i.e., even before I start doing the updates)???
Please confirm. Thanks a lot in advance.
Can you please confirm this?
2 Tables have a relationship set between them on one field say 'ID'. The relationship has 'referential integrity' setting checked already - but not its sub settings (you know, the cascade updates and deletes).
Now I need to update the 'ID' field values in the database. In order to make things simpler, I thought I would set the 'cascading updates' setting checked in the relationship so that when I change the values in the primary table, the values are automatically cascaded back to the related table.
Now, I want to know if any 'unwanted' or 'unexpected' changes might happen just by checking the 'cascade updates' option (i.e., even before I start doing the updates)???
Please confirm. Thanks a lot in advance.