Hi,
I'v got 2 tables: table a and table b. Both have the same primary key which is a unique reference number.
However table a is general, and has every single refernce number, and table b is specific to a particular area in the dbs, and represents data which comes under a specidic category (ie all unique reference numbers which satisfy this given criteria).
My problem is, I want every single unique refernce number represented ie from table a, and want to link it to table b. (even if this means i have empty rows for data which is in table a and not in b
The problem is, every single unique reference number is not apperaring. Only table b reference numbers.
Please help this is really bothering me
thanks
I'v got 2 tables: table a and table b. Both have the same primary key which is a unique reference number.
However table a is general, and has every single refernce number, and table b is specific to a particular area in the dbs, and represents data which comes under a specidic category (ie all unique reference numbers which satisfy this given criteria).
My problem is, I want every single unique refernce number represented ie from table a, and want to link it to table b. (even if this means i have empty rows for data which is in table a and not in b
The problem is, every single unique reference number is not apperaring. Only table b reference numbers.
Please help this is really bothering me
thanks