D
DS
To everyone that helped. Thank you!
I got it to work, How though makes no sense. I moved the Calculated
Textbox off the Subform and onto the Main form and refernced back to a
control that doesn't exsist on the first Subform..
=IIf(IsNull(Forms!Orders.[Order Details]![Mod Price]),0,DSum("[Mod
Price]","Mods Detail Query","[Order ID] = " & [Order ID]))
Mod Price doesn't exsist on the Order Details form, so how this is
working I don't know! But it is.
Thank You
All
Again
DS
I got it to work, How though makes no sense. I moved the Calculated
Textbox off the Subform and onto the Main form and refernced back to a
control that doesn't exsist on the first Subform..
=IIf(IsNull(Forms!Orders.[Order Details]![Mod Price]),0,DSum("[Mod
Price]","Mods Detail Query","[Order ID] = " & [Order ID]))
Mod Price doesn't exsist on the Order Details form, so how this is
working I don't know! But it is.
Thank You
All
Again
DS