I replied to an old thread and was just concerned it wouldn't get noticed. If anyone can help with the below listed it would be greatly appreciated.
This is fantastic and have utilized this, but now I have an additional question. First, when I want to change the combo box property to support multiple clicks (this I know how to do), but what should the criteria field look like to support one, many, or all values selected. Again, if
[forms]![myFormName]![MyComboBox] returns the query based upon one value selected, what should the criteria look like to support multiple combo box selections? Thanks, Jim
Shane Mc
Quote:
Originally Posted by Shane_Mc
Or, create a form with just a combo box containing your values on it.
In the criteria field of the query enter something like this:
[forms]![myFormName]![MyComboBox]
Put a command button on the form to run the query after the selection has been made in the combobox

This is fantastic and have utilized this, but now I have an additional question. First, when I want to change the combo box property to support multiple clicks (this I know how to do), but what should the criteria field look like to support one, many, or all values selected. Again, if
[forms]![myFormName]![MyComboBox] returns the query based upon one value selected, what should the criteria look like to support multiple combo box selections? Thanks, Jim



Shane Mc
Quote:
Originally Posted by Shane_Mc
Or, create a form with just a combo box containing your values on it.
In the criteria field of the query enter something like this:
[forms]![myFormName]![MyComboBox]
Put a command button on the form to run the query after the selection has been made in the combobox
