G
Guest
I have a main form frmOrders (based on a tblOrders) and a subform
fsubOrderDetails (based on a query QryFrmOrderDetails). In the fsub form I
have an textbox (SubTotal) that is formed in the query that contains an
equation for multiplying the unit cost by quanitity and taking off a
percentage.
I want a text box to appear on my main form that displays the sum of all of
the subtotals from the fsubOrderDetails.
How can I do this??
fsubOrderDetails (based on a query QryFrmOrderDetails). In the fsub form I
have an textbox (SubTotal) that is formed in the query that contains an
equation for multiplying the unit cost by quanitity and taking off a
percentage.
I want a text box to appear on my main form that displays the sum of all of
the subtotals from the fsubOrderDetails.
How can I do this??