I have a Table in Base named Airports.
Its PK field is named Airport_ICAO_Code
I have another Table named Routes.
It is a Many to Many Table and has two Fields.
They are DepartureAirportICAO and DestinationAirportICAO.
I need to use the Airport_ICAO_Code field in the Airports Table as a FK for both Fields in the Routes Table.
I can do this in Sql Server by creating a Duplicate Airports Table in the Relationships Window but Im not allowed to create a duplicate in Base.
How can I solve this.
Thank you