Right, Ihave an issue with what is technically a Join Table. So if I first explain theidea. I have various vehicle lines and various currencies; a table holds datafor each. (These tables are also use for other fields in my queries) I use atable called tblProgExhange to hold the exchange rate, which essentially actsas my many to many join table. Now when I try and us the "rate" inany query which already uses anything from either of the other tables I get anambiguous outer join problem. Therefore I tried making a separate query and gotthe same error. If I play with the join types I can get it to work-ish but itrepeats every record from the main table 45 times as its not fully constrained.
Just topoint out in back end relationships the link between 2 tables and join table isjust join type 1. Also if I make a simple query it does give me the rate, pervehicle, per currency as I would expect. I think it’s a relationship problem.The fixes I am finding online are not helping as I assume I have somethingwrong.
Icompletely understand I have most likely made a fatal relationship error butwas hoping somebody could identify my problem?
Thanks In Advance.
Query I’mTrying to build:
Backend Relationship:
Separate Query I Tried To Use:
![]()