M
Mountainman
I am constructing an order entry form consisting of:
-Customer information (record source orders table)
-Subform Order details (record source order details query..one id many
orders...)
and Subform Shipping details.
The record shipping details is based on a record source of a summation query
(same tabels as order details) which add all the weights of the individual
items per order(once run "UnitWeight" becomes"SumofUnitWeight") The problem
is once the order details subform is populated I need the shipping details
subform to instantly give a weight total (show"SumofUnitWeight); however I do
not get this total until one exits/enters the form. Any ideas?
Also, this form is getting too busy with subforms (main form for order I.D.,
subform for itemized order info, subform to show total weight query along
with total unit price). Now after getting total weight and unit price, I need
to get those units into another query to finish calculating total price
(enter estimated shipping costs, tax rate lookup, and sum all together). Any
ideas to simplify this?
-Customer information (record source orders table)
-Subform Order details (record source order details query..one id many
orders...)
and Subform Shipping details.
The record shipping details is based on a record source of a summation query
(same tabels as order details) which add all the weights of the individual
items per order(once run "UnitWeight" becomes"SumofUnitWeight") The problem
is once the order details subform is populated I need the shipping details
subform to instantly give a weight total (show"SumofUnitWeight); however I do
not get this total until one exits/enters the form. Any ideas?
Also, this form is getting too busy with subforms (main form for order I.D.,
subform for itemized order info, subform to show total weight query along
with total unit price). Now after getting total weight and unit price, I need
to get those units into another query to finish calculating total price
(enter estimated shipping costs, tax rate lookup, and sum all together). Any
ideas to simplify this?