Mike Hughes
Registered User.
- Local time
- Today, 13:00
- Joined
- Mar 23, 2002
- Messages
- 493
I have two tables. Each table has a primay key which is "member number" in each table.
Say table 1 has 250 records and table 2 has 100
I want all the records from table 1 and the 100 records from table 2 which are matched on "member number" So I would end up with table 3 which contains 250 records some of which contain data from table 2.
I thouht a one to many relationship would give me all the records from table 1 and the records from table 2 matched on "member number" but when I run the query I only get records where table 1 and table 2 "member number" matches.
Can someone tell me what I'm doing wrong here?
Say table 1 has 250 records and table 2 has 100
I want all the records from table 1 and the 100 records from table 2 which are matched on "member number" So I would end up with table 3 which contains 250 records some of which contain data from table 2.
I thouht a one to many relationship would give me all the records from table 1 and the records from table 2 matched on "member number" but when I run the query I only get records where table 1 and table 2 "member number" matches.
Can someone tell me what I'm doing wrong here?