In Access 2000 I have a form in which each record has the fields "Units", "UnitPrice" and a control called "TotalPrice".
The control is the formulae "Units" * "UnitPrice"
In the forms footer I have a control "InvoiceValue" which should be the sum of "TotalPrice"
I have tried setting the control of "InvoiceValue" to =Sum([TotalPrice]) or =sum([Units] * [UnitPrice]) but keep getting an error.
What is the correct syntax?
The control is the formulae "Units" * "UnitPrice"
In the forms footer I have a control "InvoiceValue" which should be the sum of "TotalPrice"
I have tried setting the control of "InvoiceValue" to =Sum([TotalPrice]) or =sum([Units] * [UnitPrice]) but keep getting an error.
What is the correct syntax?