I have a combo box that is part of a form that executes a specific query.
The data is taken from within a datasource I cannot edit. However I need it to insert a NULL value option into the combo box
The form works that the user selects a Branch location from the combo box. However, I want it so that they can also select NULL and get all branches.
The data is taken from within a datasource I cannot edit. However I need it to insert a NULL value option into the combo box
The form works that the user selects a Branch location from the combo box. However, I want it so that they can also select NULL and get all branches.