I have two tables (Invoice and AddCharge) they are joined on the invoice number. My problem is I am trying to create a query that will have a Total Charge per invoice. Some just have a fee on the invoice while others have a fee on the invoice and one in the Addcharge table. When I try and add the amounts together I get an error since not every invoice # is in the AddCharge table. How can I skip the Addcharge table if the given Invoice does not exist?
Thanks