I have a form (frmSelectSeg), where the user is going to create their own query. The first control is a text box (Name) where they enter the name of the query that they want to create. The second control is a multi-select list box (lbSegment) where they choose the segments for their query. Then they click on a command button that generates the query. I have all of this working fabulously. The problem is, I need to be able to have them open another form once the query is created that will have its RecordSource set to the query. So they will click on the first button to run the query. If it looks okay, they will click on another button that will take them to another form that is based on the query they just generated. How do I do that?