I'm sure there is something simple that I'm missing, but if I have a 2 page form, grand total at the bottom of page two, can you pull amounts from the first page?
Current formula is Sum(Amt1,Amt2,Amt3)
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Yes you can..
If you are referencing the fields from a different page, provide the full path of the field so it can calculate the sum.
For Example:
Sum(Page1.Subform1.Field1,Field2);
Thanks
Srini
Views
Replies
Total Likes
Yes you can..
If you are referencing the fields from a different page, provide the full path of the field so it can calculate the sum.
For Example:
Sum(Page1.Subform1.Field1,Field2);
Thanks
Srini
Views
Replies
Total Likes
That's it! Thanks
(though on mine it was P1 instead of Page1)
Views
Replies
Total Likes