Dlookup inside a dsum

  • Thread starter andy stanford-jason
  • Start date
A

andy stanford-jason

i am trying to calculate the weight of an order, it goes something like this:

Weight = DSum("[ProductID]*[ProductOrderUnitQuantity]", "ProductOrder",
"[OrderID]=" & [ID])

but i dont want the sum to contain productID instead i want it to say
ProductWeight. the problem i am haing is that the product weight is in a
table called Product and i dont know how to get at that information.

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top