Question
Change textbox based on form Calcuation
I'm working on a project where I need to change a text box based on calculations from a table.
There is a grid where I collect deposits to an account.
There are line items 1 to 5 that total to a field called "TotalDeposits".
Is there a way to put a sentence on the page that concatenates this data?
ie) "The total of your deposits for January 10, 2017 is $12,987."
Thanks