PulseTeqUser
Registered User.
- Local time
- Today, 22:31
- Joined
- May 2, 2017
- Messages
- 15
Hi
Struggling to get a total on a subform.
I have a form called Orders Placed. This has a subform called Order Details. This is a datasheet with each order line for the order seen in Orders Placed. There is a field called Total Price which is calculated thus
=[Quantity]*[Unit Price]
This works fine.
I have a text box in the footer of the subform called Value of Order. This has the Control source
=Sum([Total Price])
but it never gets displayed
What am I doing wrong?
Thanks
Struggling to get a total on a subform.
I have a form called Orders Placed. This has a subform called Order Details. This is a datasheet with each order line for the order seen in Orders Placed. There is a field called Total Price which is calculated thus
=[Quantity]*[Unit Price]
This works fine.
I have a text box in the footer of the subform called Value of Order. This has the Control source
=Sum([Total Price])
but it never gets displayed
What am I doing wrong?
Thanks