jamaarneen
Programmer
Hi
I am wondering if there is a possibilety to create a query that should retrieve data from tow tables which are not related?
I have a table with contacts, wherein i have some fields for addresses, and i also have a table with Location, also with some addresses fields. (in both tables, I'v got 4 fields for address information)
What i want is, to have a query with all addresses from both tables.
1) Is it possible?
2) is this the right way to do it? (i thought of making one table named 'address' and link it to both tables, but i think that putting the address information direct into the 'contact' : 'location' tables might be simpler. Am I right,)
It sounds a normalization issue...
Thanks in advanced
Ja