QUESTION POSED ON: 06 October 2005
I have a form that has a checkbox which contains values such as Accounting, Service and Maintenance. The user is able to select one or more of these values from the list. I need to run through the values that the user has selected and add his or her name to another field on another document that corresponds to their selection.
The fields that appear on the other document are Accounting, Service and Maintenance. If the user has selected Accounting, their name is to be added to the Accounting field, and so on. The document that we are loading their name to is used for mailings corresponding to their selection. The intent is to have this information populate the document at the time the user submits the document. I would like to do this dynamically, but am not sure how I can capture all of the values and load into the correct fields. I am writing this in LotusScript.
|