Situation: I'm trying to provide both (a)an informational form print of a query in a list box and (b) an outgoing report, both based on a paraquery. I want to have the user choose the parameter from a combo box. I've got the box populated (it appears in a popup form) and the query has "WHERE field = [Forms]![frmName]![cboName]" at the end of the SQL statement.<br><br>Question: What's the best way, i.e., which event, to send the value from the box to the query which resides in a separate query and a report, and then display it? Also, the list box doesn't like having a paraquery as Rowsource via Wizard, but does it work OK through code behind form?