I have a listbox on a form to pick criteria. I would like to have the listbox source pull the values from a table, but I need to have a value that is not in the table.
Basically, right now the listbox is pulling from a query, but that is really slow. The plus side is that some records are null and I want users to be able to choose that (which I write in vb to show as (No Value)). This lets the users choose No Value and/or any of the other values, so they can check records that they have not entered anyting in for yet.
For performance I really want to provide the values for the listbox from the table, but I also need a value in the list for "(No Value)". Is there any way to do this?
misscrf
It is never too late to become what you could have been ~ George Eliot
Basically, right now the listbox is pulling from a query, but that is really slow. The plus side is that some records are null and I want users to be able to choose that (which I write in vb to show as (No Value)). This lets the users choose No Value and/or any of the other values, so they can check records that they have not entered anyting in for yet.
For performance I really want to provide the values for the listbox from the table, but I also need a value in the list for "(No Value)". Is there any way to do this?
misscrf
It is never too late to become what you could have been ~ George Eliot