G
Guest
I would like to have my report (when launched) open a pop-up form that contains a list box. The list box would give the user a list of all of the valid names present in the database table. The user can then double click on the name desired, the value would be passed back to the report and the report (through code) would filter the data based on the selected name.
I have been able to open the pop-up form from the report by using the report's open event, then using docmd.openform, but I cannot get the value selected by the user when they double click on the name in the list box. How do I retieve it?
I prefer to run the report and have it drive the form rather than the other way around. Any suggestions?
Thanks Larry
I have been able to open the pop-up form from the report by using the report's open event, then using docmd.openform, but I cannot get the value selected by the user when they double click on the name in the list box. How do I retieve it?
I prefer to run the report and have it drive the form rather than the other way around. Any suggestions?
Thanks Larry