E
Enjoy Life
I am not sure how to use join all that well. Here is my set up. I
have two tables. Tables are Orders and VendorDetails. I would like
to pull the Subtotals of all Orders that I have received an invoice
from the vendor on.
So, basically, if OrderID exists in the table VendorDetails, then give
me the Subtotal for the OrderID in the Orders table. OrderID is set
up with a relationship to both tables. Thanks.
-Darren
have two tables. Tables are Orders and VendorDetails. I would like
to pull the Subtotals of all Orders that I have received an invoice
from the vendor on.
So, basically, if OrderID exists in the table VendorDetails, then give
me the Subtotal for the OrderID in the Orders table. OrderID is set
up with a relationship to both tables. Thanks.
-Darren