R
Rob
I use the following expression to gather information on a form to show the
total for the customer to be paying including VAT.
=subfrmorderdetail.Form!OrderSubtotal+Val(cboDelRate.column(2))
Thats in the control source of the text box.
I have another field for informational purposes which needs to show the
amount of VAT payable of the above.
I have tried the following to only gather error in the control.
1)
=Sum(subfrmorderdetail.Form!OrderSubtotal+Val(cboDelRate.column(2))/100*17.5
)
2)=17.5%(subfrmorderdetail.Form!OrderSubtotal+Val(cboDelRate.column(2))
Please help me to sort out my Syntax.
Thanks in advance.
Rob
total for the customer to be paying including VAT.
=subfrmorderdetail.Form!OrderSubtotal+Val(cboDelRate.column(2))
Thats in the control source of the text box.
I have another field for informational purposes which needs to show the
amount of VAT payable of the above.
I have tried the following to only gather error in the control.
1)
=Sum(subfrmorderdetail.Form!OrderSubtotal+Val(cboDelRate.column(2))/100*17.5
)
2)=17.5%(subfrmorderdetail.Form!OrderSubtotal+Val(cboDelRate.column(2))
Please help me to sort out my Syntax.
Thanks in advance.
Rob