Good afternoon, everyone.
I have a form where users enter assignment criteria.
In a combo box, the user selects the “Criteria Field” and then enters the criteria value in the “result” text box control.
If the Criteria field selected can have multiple standard values for the assignment (i.e. Financial Class, Health Plan, etc.), on the before update event of the combo box, I am undoing the combo box selection and opening a dialog form that shows all the possible values for that criteria field in a multi-select list box.
The user selects which values they want and closes the form.
Everything seems to work correctly, however a blank (Null or ZLS value) criteria result is being added as well. It would appear I am not using the undo correctly.
Attached a slimdown version of the app. Thanks in advance.
William.
I have a form where users enter assignment criteria.
In a combo box, the user selects the “Criteria Field” and then enters the criteria value in the “result” text box control.
If the Criteria field selected can have multiple standard values for the assignment (i.e. Financial Class, Health Plan, etc.), on the before update event of the combo box, I am undoing the combo box selection and opening a dialog form that shows all the possible values for that criteria field in a multi-select list box.
The user selects which values they want and closes the form.
Everything seems to work correctly, however a blank (Null or ZLS value) criteria result is being added as well. It would appear I am not using the undo correctly.
Attached a slimdown version of the app. Thanks in advance.
William.