pop up list box

jmacnwd

Registered User.
Local time
Today, 17:35
Joined
Oct 4, 2001
Messages
10
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
 
How does it not work? Doyou recieve an error, return all the recordsor no records at all or something else?
 
It shows a report without any data. It doesn't matter if I pick on item or several.
 
Make sure that you are referencing the textbox and not the label as you seem to demonstrate in your example.
 

Users who are viewing this thread

Back
Top Bottom