batke
10-22-2004, 07:33 AM
How can I change the dialog box which asks for parameter to open a report to a combo box
|
View Full Version : combo parameter batke 10-22-2004, 07:33 AM How can I change the dialog box which asks for parameter to open a report to a combo box KenHigg 10-22-2004, 07:43 AM You can't. Use a small pop up form to mimic the dialog box and open it from there. Would this work? kh gbshahaq 10-22-2004, 09:00 AM have your parameter as your combo box result [Forms]![frmMyForm]![Combo1] that should work for ya |