I have three fields in one table/query ("table 1") that I want to validate against (build a relationship with) the same key in the same related table ("table 2"). The values in each of the fields in "Table 1" will be different (each, however, a valid key in "Table 2") and so each should pull back a different value into my query. I've tried creating separate queries off Table 2 (one for each related field in Table 1) and creating relationships for each field to the queries, but it still returns the same value for each relationship.
What do I have to do to build useable relationships from more than one field in one table (Table1)to the same key field in the same table (Table2)??
What do I have to do to build useable relationships from more than one field in one table (Table1)to the same key field in the same table (Table2)??