Good Morning every one;
i have two tables as the following :
table 1 fields : customer_name, type , qty , price , total , delivery_no , delivery_date , grade
table 2 field : customer_name, type , qty , price , total , delivery_no , delivery_date , grade
** i need to make query that get the following data from both tables **
Customer _ name , qty , total , type , grade , delivery_date (by month ) .
**
please some help ....

i have two tables as the following :
table 1 fields : customer_name, type , qty , price , total , delivery_no , delivery_date , grade
table 2 field : customer_name, type , qty , price , total , delivery_no , delivery_date , grade
** i need to make query that get the following data from both tables **
Customer _ name , qty , total , type , grade , delivery_date (by month ) .
**




Last edited by a moderator: