spheresuper
New member
- Local time
- Today, 07:12
- Joined
- Dec 30, 2008
- Messages
- 3
I have two table with one same/similar field.
Eg:
table 1
WorkUnit Student
1 julie
2 jack
3 peter
table 2
WorkUnit Teacher
1 Jean
3 Dan
4 Chris
I want to combine table 1 and table 2 as table 3
so table 3 will be
WorkUnit Student Teacher
1 julie Jean
2 jack
3 peter Dan
4 Chris
I try to use append query, but it seems that I can not have duplicates for workunit. Thanks a lot for the help
Eg:
table 1
WorkUnit Student
1 julie
2 jack
3 peter
table 2
WorkUnit Teacher
1 Jean
3 Dan
4 Chris
I want to combine table 1 and table 2 as table 3
so table 3 will be
WorkUnit Student Teacher
1 julie Jean
2 jack
3 peter Dan
4 Chris
I try to use append query, but it seems that I can not have duplicates for workunit. Thanks a lot for the help