OK....
I'm writing a DB to keep track of CORD DNA samples.
Right now I have all my sample names in a list box. I also have a combo box with all the dates and a search button.
Right now when you select a date in the combo box only the samples frozen on that date will show up in the list box..however, I also want an item "all" in my combo box where all the samples will show up. But it says it must be a value list instead of table/query. Is there anyway of doing it. If not I could settle for a button on the side that sets the combobox value to blank and puts all the samples in the list box. The problem is I don't know how to do this because of the query that the list box is based on.
If the combobox is blank, it will not select anything in the list box because it only selects the sample when the dates match...(e.g. nothing would match a blank.)
IDEAS? THANKS
I'm writing a DB to keep track of CORD DNA samples.
Right now I have all my sample names in a list box. I also have a combo box with all the dates and a search button.
Right now when you select a date in the combo box only the samples frozen on that date will show up in the list box..however, I also want an item "all" in my combo box where all the samples will show up. But it says it must be a value list instead of table/query. Is there anyway of doing it. If not I could settle for a button on the side that sets the combobox value to blank and puts all the samples in the list box. The problem is I don't know how to do this because of the query that the list box is based on.
If the combobox is blank, it will not select anything in the list box because it only selects the sample when the dates match...(e.g. nothing would match a blank.)
IDEAS? THANKS