A
Alex Martinez
Hello,
I am using Access 2002 and I need some help. I am using 3 tables in my
query. Table one call Inventory contains the following fields: "Insured
Name", "FP", "CO","Rev","Ck","Dis","ReviewerID". The fields "FP",
"CO","Rev","Ck","Dis" are auditorsID numbers. The second table call Claims
Reviewer. Contains the following fields: "ReviewerID, "Reviewer Name" The
third table is call Auditor, which contains the following fields:
"AuditorID, "Auditor Name"
What I want to do is inter join the Inventory table to the Claims Reviewer
table and the Auditor table so I can pick up the Reviewer's Name and
Auditor's Name. For example:
I did a INNER JOIN using ReviewersID from table Inventory and Claims
Reviewer table to pickup the Reviewer's Name (Inventory.[ReviewerID] inner
join with Claims Reviewer.[ReviewerID]) . I am OK so far, I can get the
Reviewer Name without a problem, but can't get the Audito's name when I try
to do the same with Inventory table using all of the following fields "FP",
"CO","Rev","Ck","Dis" trying to inner join with Auditor table with the
AuditorID all at once I don't get the Auditors name. I can get the auditors
name if I use one of the following fields only ("FP",
"CO","Rev","Ck","Dis"), but not all at once. Any tips will be appreciated.
Thank you.
I am using Access 2002 and I need some help. I am using 3 tables in my
query. Table one call Inventory contains the following fields: "Insured
Name", "FP", "CO","Rev","Ck","Dis","ReviewerID". The fields "FP",
"CO","Rev","Ck","Dis" are auditorsID numbers. The second table call Claims
Reviewer. Contains the following fields: "ReviewerID, "Reviewer Name" The
third table is call Auditor, which contains the following fields:
"AuditorID, "Auditor Name"
What I want to do is inter join the Inventory table to the Claims Reviewer
table and the Auditor table so I can pick up the Reviewer's Name and
Auditor's Name. For example:
I did a INNER JOIN using ReviewersID from table Inventory and Claims
Reviewer table to pickup the Reviewer's Name (Inventory.[ReviewerID] inner
join with Claims Reviewer.[ReviewerID]) . I am OK so far, I can get the
Reviewer Name without a problem, but can't get the Audito's name when I try
to do the same with Inventory table using all of the following fields "FP",
"CO","Rev","Ck","Dis" trying to inner join with Auditor table with the
AuditorID all at once I don't get the Auditors name. I can get the auditors
name if I use one of the following fields only ("FP",
"CO","Rev","Ck","Dis"), but not all at once. Any tips will be appreciated.
Thank you.