Hello,
I have a form with a list box that stores data in a field is set as a required entry. I have a two part question:
1. When I change the list box propery MultiSelect from none to either Simple or Extended, I get an error that says the field I am saving to cannot contain a null value because required is set to true (i do not get this error when MultiSelect is set to none.) Is there a way to work around this without changing the required property to none?
2. Is there a way to have multiple items selected in a list box and save them to seperate records. There are four items on the form that I have going into the record (testID, DocumentID, requirementID, and TestStep). For each TestID, DocumentID, and TestStep, there can be multiple requirementID (i.e. Step 5 can have 3 requirementIDs mapped to it). I can accomplish this task by having the MultipleSelect property set to no and enter them one at a time, but I am trying to save time by allowing multiple requirementIDs to be selected for the same testID, DocumentID, and TestStep, but having them saved in seperate records.
Any information in these areas would be very helpful.
Thanks,
-Jason
I have a form with a list box that stores data in a field is set as a required entry. I have a two part question:
1. When I change the list box propery MultiSelect from none to either Simple or Extended, I get an error that says the field I am saving to cannot contain a null value because required is set to true (i do not get this error when MultiSelect is set to none.) Is there a way to work around this without changing the required property to none?
2. Is there a way to have multiple items selected in a list box and save them to seperate records. There are four items on the form that I have going into the record (testID, DocumentID, requirementID, and TestStep). For each TestID, DocumentID, and TestStep, there can be multiple requirementID (i.e. Step 5 can have 3 requirementIDs mapped to it). I can accomplish this task by having the MultipleSelect property set to no and enter them one at a time, but I am trying to save time by allowing multiple requirementIDs to be selected for the same testID, DocumentID, and TestStep, but having them saved in seperate records.
Any information in these areas would be very helpful.
Thanks,
-Jason