G
Guest
Hell
I’ve been trying to combine three tables into one, without any success. Here’s an example of what I would like to accomplis
Table
WE Q
12/7/03 10
12/21/03 5
12/28/03 12
Table
WE Q
11/30/03 1
12/14/03
12/21/03
12/28/03 1
Table
WE
11/30/03 No
12/07/03 De
12/14/03 De
12/21/03 De
12/28/03 De
QryResul
WE M Q1 Q
11/30/03 Nov 1
12/07/03 Dec 100
12/14/03 Dec
12/21/03 Dec 50
12/28/03 Dec 120 1
As you can see Table1 contains information for WE that sometimes the same WE it’s included in Table2, so when I do a one-to-one relationship I only get WE 21 & 28, if I chose one (Table1)-to-many (Table2) I get the three weeks from table 1 or vice versa the four weeks of Table2 but not the 5 weeks that I am looking for shown in Qry Resul
When I try to create a relationship based on Table 3 to Table 1 and 2 I get the msg of SQL ambiguous outer joins that I need to force the creation of a first join and then use it for the second join??
Can anyone please point me to the right direction of creating this union
Thanks a lo
Juan C Buitrago
I’ve been trying to combine three tables into one, without any success. Here’s an example of what I would like to accomplis
Table
WE Q
12/7/03 10
12/21/03 5
12/28/03 12
Table
WE Q
11/30/03 1
12/14/03
12/21/03
12/28/03 1
Table
WE
11/30/03 No
12/07/03 De
12/14/03 De
12/21/03 De
12/28/03 De
QryResul
WE M Q1 Q
11/30/03 Nov 1
12/07/03 Dec 100
12/14/03 Dec
12/21/03 Dec 50
12/28/03 Dec 120 1
As you can see Table1 contains information for WE that sometimes the same WE it’s included in Table2, so when I do a one-to-one relationship I only get WE 21 & 28, if I chose one (Table1)-to-many (Table2) I get the three weeks from table 1 or vice versa the four weeks of Table2 but not the 5 weeks that I am looking for shown in Qry Resul
When I try to create a relationship based on Table 3 to Table 1 and 2 I get the msg of SQL ambiguous outer joins that I need to force the creation of a first join and then use it for the second join??
Can anyone please point me to the right direction of creating this union
Thanks a lo
Juan C Buitrago