Hello I am new to Access has been spending some time learning to build A database for my Small Business, i have some customers who are Tax exempt as well as some line items such as labor of which are not taxed in my state.
I Have built my form but as of right now I am using a math operator to calculate tax (Subtotal*.08625) But in order for me to properly calculate tax I need to exclude some line items from a sub total each item has a yes no box on weather it is taxed or not. Assuming I would need to build a Query to add all the items that are marked as taxable. But I am unsure of how I would go about building the query
so under my OrderInvoiceQ I want to find the SUM(ExtPrice) of the that are marked yes taxable with a yes/no Data Type then multiply the SUM by .08625 to get the 8.625% tax that I can add to my Subtotal.