S
Slez via AccessMonster.com
A while back, I had a corruption issue, and without me realizing it, the one-
to-many relationship between related tables was deleted. Now, when I try to
reset the relationships I get an error message that states that record(s)
violate referential integrity rules. I suspect that one or more records in
the parent table may have been deleted, but the related record(s) in the
child table still exist.
My tables are structured as follows:
The parent table "Bid" has 2 primary key fields - ProjectID, BidID
The child table "Item" has 4 primary key fields - ProjectID, BidID,
RoomNumber, ItemNumber
The table "Bid" is on the "one" side of the "one-to-many" relationship.
When I run an Unmatched Record Query, which when running the wizard only
allows you to base it on one field in each table, I don't get any records
returned. How can I modify the query so that it returns what combinations of
ProjectID / BidID exist in the Item table but not in the Bid table.
Any help is appreciated! Thanks!
to-many relationship between related tables was deleted. Now, when I try to
reset the relationships I get an error message that states that record(s)
violate referential integrity rules. I suspect that one or more records in
the parent table may have been deleted, but the related record(s) in the
child table still exist.
My tables are structured as follows:
The parent table "Bid" has 2 primary key fields - ProjectID, BidID
The child table "Item" has 4 primary key fields - ProjectID, BidID,
RoomNumber, ItemNumber
The table "Bid" is on the "one" side of the "one-to-many" relationship.
When I run an Unmatched Record Query, which when running the wizard only
allows you to base it on one field in each table, I don't get any records
returned. How can I modify the query so that it returns what combinations of
ProjectID / BidID exist in the Item table but not in the Bid table.
Any help is appreciated! Thanks!