VisaManiac
Technical User
I have a "Customer Orders" form that contains a "Order Lines" subform. Within the order lines subform it has the fields OrderNum (hidden field linked from the OrderNum in Customer Orders), Product Number, Product Price, Quantity and Line Total. Obviously Access knows to tie the OrderNum fields within both forms so that it only shows the associated orders with the same OrderNum for that particular customer. Here's the problem...on my Customer Orders form, I'd like to have a Order Subtotal field that sums all the associated Line Total together, but it won't work for me. How can I setup the calculation to only pull the associated ORderNum for that customer into the Order Subtotal field? If not, what's my workaround? Thanks a ton for any help on input on this!