Hi guys,
In my Orders Form (with Orders details sub-form), I'm tryin to add a text box that shows the final Amount to pay.
Currently, this is the control source of the text box: =Sum([TblLink subForm].[Form]![Price]*[TblLink subForm].[Form]![amount])
But it doesn't work! the text box is Empty. What can i Do?