My list box values are populated by a linked table. So, I can't add any values to this table. I want to add a value that says "All" so when the user highlights "All" it will pull up everything. I have everything set in my code for this "All" selection, but now my only problem is that there is no "All" selection in the list box!
Also, the reason I can't just make my own table is because the linked table will contain updates and since I won't be working at this job forever no one can maintain a table that I make up. So if there is a way to add an "All" value on top of what I already have let me know!!
Also, the reason I can't just make my own table is because the linked table will contain updates and since I won't be working at this job forever no one can maintain a table that I make up. So if there is a way to add an "All" value on top of what I already have let me know!!