M
Mario
What will be the querry to
1. Find the records in "MoreData" but not in "LessData"
2. Find only those records in "MoreData" that are also
present in "LessData"
I did try querry wizard, tinkered with join properties
and got lost.
Following are the contents of table with name "MoreData":
AutoID Name Comment
1 One Comment1
2 Two Comment2
3 Three Comment3
4 Four Comment4
5 Five Comment5
6 Six Comment6
7 Seven Comment7
8 Eight Comment8
9 Nine Comment9
10 Ten Comment10
Following are the contents of table with name "LessData":
AutoID Name Comment
1 One Comment1
3 Three Comment3
4 Four Comment4
6 Six Comment6
7 Seven Comment7
8 Eight Comment8
10 Ten Comment10
Also please suggest some good reference material to learn
types of joins with example.
Please Help
Thanks
1. Find the records in "MoreData" but not in "LessData"
2. Find only those records in "MoreData" that are also
present in "LessData"
I did try querry wizard, tinkered with join properties
and got lost.
Following are the contents of table with name "MoreData":
AutoID Name Comment
1 One Comment1
2 Two Comment2
3 Three Comment3
4 Four Comment4
5 Five Comment5
6 Six Comment6
7 Seven Comment7
8 Eight Comment8
9 Nine Comment9
10 Ten Comment10
Following are the contents of table with name "LessData":
AutoID Name Comment
1 One Comment1
3 Three Comment3
4 Four Comment4
6 Six Comment6
7 Seven Comment7
8 Eight Comment8
10 Ten Comment10
Also please suggest some good reference material to learn
types of joins with example.
Please Help
Thanks