I have a query named netincome query, c0mpose of two query named petshop query and clinic query. I want to display the total value of this two query.
Following are example of data that i want to display
Date--------Petshop query------Klinik Query--- Sales
09/10/08----260.00-- ----------500.00--------$750.00
09/10/08----300.00----------------------------300.00
09/10/08----354.55----------------------------354.55
But when i try join the two query i cant get this result, and if i use Left Join i can get only the values of one table.
Can anyone help me to join this two table and display both tables.
Hope to find answer...Thanks
Following are example of data that i want to display
Date--------Petshop query------Klinik Query--- Sales
09/10/08----260.00-- ----------500.00--------$750.00
09/10/08----300.00----------------------------300.00
09/10/08----354.55----------------------------354.55
But when i try join the two query i cant get this result, and if i use Left Join i can get only the values of one table.
Can anyone help me to join this two table and display both tables.
Hope to find answer...Thanks
Last edited: