Hi All,

Now I want to make queries from two different tables in my db which is only linkage with EMAILADD. i.e both table have EMAIL Address field pointing to same customer.
Table A
ProductID Order_Date EMAIADD

Table B
CustomerID EMAILADD Customer_Type

So above Table A and B I want some product detail of ordered by customer_type of Corporate during April 2005.

Do I need to write program for this purpose?

Thnks,