View Full Version : pop up list box


jmacnwd
03-27-2002, 02:42 AM
What I have is a main data entry form and on that form are two command buttons, one for print current and the other to print selected. If you choose the print sel. button it brings up a list box with numbers to choose from. On the list box is an OK button that is supposed to set the parameters that I have selected in one of the fields of a query so that it can print the report. In the query I used [form]![my paramform]![lable name]. It doesn't work! If you need more info please let me know. If I should be going about this in another manner I'm a good listener! Thanks for your time, Kevin

Fizzio
03-27-2002, 04:02 AM
How does it not work? Doyou recieve an error, return all the recordsor no records at all or something else?

jmacnwd
03-27-2002, 08:50 AM
It shows a report without any data. It doesn't matter if I pick on item or several.

Fizzio
03-28-2002, 02:45 AM
Make sure that you are referencing the textbox and not the label as you seem to demonstrate in your example.