I am trying to populate a report and a form with results from the same query. Currently, the user enters the criteria of a parameter query and a form opens displaying the results of the query, one record at a time. I have a command button on the form which opens the report. However, the report reflects only the record displayed on the screen at the time the command button was clicked. I need for the report to populate with all the results of the query. Any suggestions??