I have a subform based on a query where I have placed a combo box that forces users to select a client name from a list. The list is made of open cases and closed cases.
The trouble is that the list is getting extremely long, and I wish to limit the combo box choices to just the open cases.
The problem is that when I limit the list to just open cases, the previous entries of closed cases now do not show up on the form.
How can I keep the previous closed case entries showing up on the form, but limit the combo box list to just open cases?
The trouble is that the list is getting extremely long, and I wish to limit the combo box choices to just the open cases.
The problem is that when I limit the list to just open cases, the previous entries of closed cases now do not show up on the form.
How can I keep the previous closed case entries showing up on the form, but limit the combo box list to just open cases?