i seem to be having problems with a dsum which is in a subform.
the layout of my database is as follows: all forms are subforms on the switchboard. each subform is located within a tab. in the order form i have a dsum formula....
=DSum("[Total]","[qOrderSubform]","[txtReferenceID]"=Forms!fSwitchboard!subformOrder.Form!sfOrder.Form!txtTotal)
"qordersubform" is the query used in the subform in the order form. the subform on the switchboard is called subformorder and the subform on the order form is called sforder. if this has not confused anybody are there any ideas you have to make this work.?
the layout of my database is as follows: all forms are subforms on the switchboard. each subform is located within a tab. in the order form i have a dsum formula....
=DSum("[Total]","[qOrderSubform]","[txtReferenceID]"=Forms!fSwitchboard!subformOrder.Form!sfOrder.Form!txtTotal)
"qordersubform" is the query used in the subform in the order form. the subform on the switchboard is called subformorder and the subform on the order form is called sforder. if this has not confused anybody are there any ideas you have to make this work.?