Shawny
04-15-2002, 08:02 AM
I want to run a parameter query from a combo box on a form. I want the parameter to be entered from the combo box, not from a separate parameter dialog box.
|
View Full Version : Parameter from combo box Shawny 04-15-2002, 08:02 AM I want to run a parameter query from a combo box on a form. I want the parameter to be entered from the combo box, not from a separate parameter dialog box. Jack Cowley 04-15-2002, 09:05 AM In the criteria line of the query put code like this: [Forms]![YourFormName]![YourComboBoxName] |