G
Guitarzann
Greetings,
Here's the hierarchy:
Table 1 - Master data table containing fields to join the other tables
together.
Tables 2 & 3 - are tables that are joined to Table 1 by a field name, "CUID."
Dilemma:
Table 2 has data that match several "CUIDs" as does Table 3. But, both
tables do not have a common relationship between themselves to produce data
results in my query. If I remove Table 2, I get data from Table 3 and vice
versa.
Question: How can I get both tables data to appear in the query without
having to remove either Table 2 or 3? A little background, I tried the "NZ"
formula and it did not work. The problem is not a null value. Instead, it
appears that Table 2 does not have the "CUID" in common with Table 3 to carry
the results to the query.
Any suggestions? I am not a SQL guru. However, if the answer can be achieve
using SQL, please provide something I may be able to copy/paste and replace
the field names to apply to my database.
Thanx!
Rick
Here's the hierarchy:
Table 1 - Master data table containing fields to join the other tables
together.
Tables 2 & 3 - are tables that are joined to Table 1 by a field name, "CUID."
Dilemma:
Table 2 has data that match several "CUIDs" as does Table 3. But, both
tables do not have a common relationship between themselves to produce data
results in my query. If I remove Table 2, I get data from Table 3 and vice
versa.
Question: How can I get both tables data to appear in the query without
having to remove either Table 2 or 3? A little background, I tried the "NZ"
formula and it did not work. The problem is not a null value. Instead, it
appears that Table 2 does not have the "CUID" in common with Table 3 to carry
the results to the query.
Any suggestions? I am not a SQL guru. However, if the answer can be achieve
using SQL, please provide something I may be able to copy/paste and replace
the field names to apply to my database.
Thanx!
Rick