I need to extract multiple detail record values in a subform and concatenate them into a single text value for transfer to another field. This is intended to make it easier for users to enter prospective payment schedules in a contract creation and tracking database.
Currently, users are expected to enter a narrative version of prospective payment terms for inclusion in legal contracts in addition to entering the same information in a table for tracking in our database. In a simplified system, users would only have to enter the prospective payment terms in the table, and this information would be extracted and converted to the required narrative for the contract.
For example, the subform containing payment info for a contract worth $100,000 would have the following information in the detail section:
Milestone % of Total Projected Payment
Start of Agreement 50 $50,000
45 Days 25 $25,000
Completion of Project 25 $25,000
The narrative created from the three detail records above would look like this:
50% at Start of Agreement ($50,000)
25% at 45 Days ($25,000)
25% at Completion of Project ($25,000)
The above text would then be inserted into the appropriate field of a contract request form.
What would be the best way to accomplish this?
Thanks in advance for any help!
Currently, users are expected to enter a narrative version of prospective payment terms for inclusion in legal contracts in addition to entering the same information in a table for tracking in our database. In a simplified system, users would only have to enter the prospective payment terms in the table, and this information would be extracted and converted to the required narrative for the contract.
For example, the subform containing payment info for a contract worth $100,000 would have the following information in the detail section:
Milestone % of Total Projected Payment
Start of Agreement 50 $50,000
45 Days 25 $25,000
Completion of Project 25 $25,000
The narrative created from the three detail records above would look like this:
50% at Start of Agreement ($50,000)
25% at 45 Days ($25,000)
25% at Completion of Project ($25,000)
The above text would then be inserted into the appropriate field of a contract request form.
What would be the best way to accomplish this?
Thanks in advance for any help!