Hello Guys , I have a problem with Query Result in the attached database.
Short Version :
I need the query named Result to sum the QtyOut from QrySales Like the Following hypothetical Dsum
QryResult.[QtySold] = Dsum("[QtyOut]","QrySalesPlans","='"&[ProductCode]&'" And [Client]='"&[Client]&'"...