C
Charax
In an Access MDB, I can add a second instance of a table to the
Relationships Diagram as if it were another table. Then I can use a linking
table to provide a many-to-many relationship from the table to itself. By
enforcing referential integrity, the duplicates can be tracked. Example:
tblPhotos tblDuplicates tblPhotos_1
PhotoID ----------------- PhotoID /----------- PhotoID
Filename PhotoID_1 -------/ Filename
pk=PhotoID /PhotoID pk=PhotoID
inherited
pk=<
\PhotoID_1
How can this be done in ADP?
Thanks,
Chris Hopkins
Relationships Diagram as if it were another table. Then I can use a linking
table to provide a many-to-many relationship from the table to itself. By
enforcing referential integrity, the duplicates can be tracked. Example:
tblPhotos tblDuplicates tblPhotos_1
PhotoID ----------------- PhotoID /----------- PhotoID
Filename PhotoID_1 -------/ Filename
pk=PhotoID /PhotoID pk=PhotoID
inherited
pk=<
\PhotoID_1
How can this be done in ADP?
Thanks,
Chris Hopkins