![]() |
|
|
#1
|
|||
|
|||
|
Hello,
Could someone advise how it is best to append records to a table that has existing relationships that enforce referential integrity. The table I am appending to (table X) has a number of foregin keys that form the many part of a one to many relationship. Unfortunately the related tables on the "one side" of the relationship (tables A, B C ) don't contain all of the values that are necessary to accomodate the new records being appended. i.e. referential integrity failure. Is there a quick way to append the records to table X and ensure that the "one side" tables A, B, C are also updated with the necessary values. The only way I can currently forsee doing this is to go through the data I am appending, pull out the values that are not currently in tables A, B, C and add them before appending the new records to table X. Surely there must be an easier way. Many thanks in advance. |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| auto populate and table relationships | jmarti57 | Access | 0 | 11-09-2008 06:50 PM |
| Joining tables two tables and another table that is not | DevintheDude | Database Design | 0 | 09-12-2007 06:56 AM |
| Training Database - Relationships | simmurray | Database Design | 0 | 01-12-2007 12:39 AM |
| I need help on relationships for tables. | justin.w | Access | 0 | 10-16-2006 08:57 AM |
| My relationships Tool displays a blank screen - How do I fix | hwcTom | Database Design | 2 | 12-09-2005 01:55 PM |