Hi - Just joined. Developing our first Access application. We using the O'Reilly Access 2013 'The Missing Manual' as our guide. Here's what's up:
We have no key constraint issues for a child of a top level parent table. But when the child table has its own parent child relationship we do have key constraint issues. If the second level table has 2 key field and two rows,
the first row key1 value 'A' and key2 value 'B' and the second row with key1 value 'B' and key2 value 'A', the third level child of this table with 3 key fields is allowing key1 value 'A' and key2 value 'A'. How do we establish the Primary Key Index field COMBINATION of the parent as the one-to-many relationship. The O'Reilly manual has us establishing one-to-may relationships with each key field of the parent table. In this example, we cannot enter values 'A' and 'C' in the lowest level table because 'C' is not found in key2 on the parent table. But we can still use an invalid combination of individually valid values.
THANKS
We have no key constraint issues for a child of a top level parent table. But when the child table has its own parent child relationship we do have key constraint issues. If the second level table has 2 key field and two rows,
the first row key1 value 'A' and key2 value 'B' and the second row with key1 value 'B' and key2 value 'A', the third level child of this table with 3 key fields is allowing key1 value 'A' and key2 value 'A'. How do we establish the Primary Key Index field COMBINATION of the parent as the one-to-many relationship. The O'Reilly manual has us establishing one-to-may relationships with each key field of the parent table. In this example, we cannot enter values 'A' and 'C' in the lowest level table because 'C' is not found in key2 on the parent table. But we can still use an invalid combination of individually valid values.
THANKS