I have a table called AIMS in which there are two fields LOADPORT and TERMINAL. These refer to ports and terminals where oil cargoes are loaded. LOADPORT is entered using a lookup from a table called PORTS and TERMINAL is entered from a combo box which lists the terminals associated with that port, taken from a table called TERMINALS.
Table TERMINALS has two fields - PORT and TERMINAL. Port is entered using a lookup from Table PORTS.
The data in Table AIMS dates back to 1996 and was originally in a DBase table. This was converted to Access in 2002 and, consequently, a number of ports have incorrect terminal data associated with them.
I need to create a query that compares AIMS.LOADPORT with TERMINALS.PORT and lists entries in AIMS.TERMINAL which do not match any of the Terminals listed in TERMINALS.TERMINAL. I then need to be able to correct the entry in AIMS.TERMINAL.
I have tried using an Unmatched Query Wizard but this does not give me the information I need.
Any ideas would be most welcome.
Best Regards
John
Table TERMINALS has two fields - PORT and TERMINAL. Port is entered using a lookup from Table PORTS.
The data in Table AIMS dates back to 1996 and was originally in a DBase table. This was converted to Access in 2002 and, consequently, a number of ports have incorrect terminal data associated with them.
I need to create a query that compares AIMS.LOADPORT with TERMINALS.PORT and lists entries in AIMS.TERMINAL which do not match any of the Terminals listed in TERMINALS.TERMINAL. I then need to be able to correct the entry in AIMS.TERMINAL.
I have tried using an Unmatched Query Wizard but this does not give me the information I need.
Any ideas would be most welcome.
Best Regards
John