G
Guest
I have table, REPORTS with has a one to many relationship with another table, PRODUCTS via a field, Product ID. The REPORTS table has a many-to-many relationship with another table, PATENTS, via join table using the combined primary keys from both, Report ID and Patent ID. I created a select querry which includes these tables and the relationships so that I can pull all the related fields together into one datasheet. After saving the querry, it works fine, at least the first few times. Eventually, Access wil arbitrarily alter relationship between REPORTS and PRODUCTS so that Product Id is now longer related to Product Id but some other field in the REPORTS table, Sometimes Report ID, but also sometimes Year
This alteration usually occures once I tried to create a report or another select using this querry as the source. Can anyone help be figure out how to fix this?
This alteration usually occures once I tried to create a report or another select using this querry as the source. Can anyone help be figure out how to fix this?