![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hi, could someone please tell me how do I get a query to show all the fields in table2 only when table2.field1 exist in table1.field1 thanks in advance. jenny table 1 contains -------------------------- field1 1 5 4 9 table 2 contains -------------------------------- field1 field2 1 a 1 b 1 j 1 m 2 a 2 b 3 a 3 n 4 c 4 d -------------- desired results: --------------- table2.field1 table2.field2 1 a 1 b 1 j 1 m 4 c 4 d |
#3
| |||
| |||
|
|
Jenny wrote: hi, could someone please tell me how do I get a query to show all the fields in table2 only when table2.field1 exist in table1.field1 thanks in advance. jenny table 1 contains -------------------------- field1 1 5 4 9 table 2 contains -------------------------------- field1 field2 1 a 1 b 1 j 1 m 2 a 2 b 3 a 3 n 4 c 4 d -------------- desired results: --------------- table2.field1 table2.field2 1 a 1 b 1 j 1 m 4 c 4 d This is school work and I hope no one helps you with this: Ask your instructor for help and don't cheat. -- Daniel A. Morgan University of Washington damorgan@x.washington.edu (replace 'x' with 'u' to respond) |
#4
| |||
| |||
|
|
I concur, very clearly homework. poor form in at least not trying to reword the question. that being said I will award some bonus points. using a woman' s name in a newsgroup will likely increase your chance of getting an answer, regardless of your actual gender. "DA Morgan" <damorgan@x.washington.edu> wrote in message news:41eedf3e$1_1 (AT) 127 (DOT) 0.0.1... Jenny wrote: hi, could someone please tell me how do I get a query to show all the fields in table2 only when table2.field1 exist in table1.field1 thanks in advance. jenny table 1 contains -------------------------- field1 1 5 4 9 table 2 contains -------------------------------- field1 field2 1 a 1 b 1 j 1 m 2 a 2 b 3 a 3 n 4 c 4 d -------------- desired results: --------------- table2.field1 table2.field2 1 a 1 b 1 j 1 m 4 c 4 d This is school work and I hope no one helps you with this: Ask your instructor for help and don't cheat. -- Daniel A. Morgan University of Washington damorgan@x.washington.edu (replace 'x' with 'u' to respond) |
#5
| |||
| |||
|
|
chris and dan, the both of you need to get a life. |
#6
| |||
| |||
|
|
hi, could someone please tell me how do I get a query to show all the fields in table2 only when table2.field1 exist in table1.field1 thanks in advance. jenny table 1 contains -------------------------- field1 1 5 4 9 table 2 contains -------------------------------- field1 field2 1 a 1 b 1 j 1 m 2 a 2 b 3 a 3 n 4 c 4 d -------------- desired results: --------------- table2.field1 table2.field2 1 a 1 b 1 j 1 m 4 c 4 d |
![]() |
| Thread Tools | |
| Display Modes | |
| |