I have two tables. Table "A" has records pertaining to year 2000. Table "B" has records pertaining to 2001. Note that there are NO PRIMARY KEY in either table. I combine 3 fields in each table to make a key and join the tables from this field.
How can I show all records in Table "A" and any matching records in Table "B" and vice-versa?
What I get is only a partial listing from Table "A" and the matching records from Table "B". I need to extract all the records from the first table.
This should be simple, but for some reason, i 'taint workin'.
Any advice.
How can I show all records in Table "A" and any matching records in Table "B" and vice-versa?
What I get is only a partial listing from Table "A" and the matching records from Table "B". I need to extract all the records from the first table.
This should be simple, but for some reason, i 'taint workin'.
Any advice.