I have a main form + a pop - up form which contains a listbox. When a value is clicked on from the listbox, I want to apply a filter (Which is save as a Query) to the main form. The queries criteria is based on the value in the listbox. Hope this makes sense. I have tried using the Applyfilter method, but It does not work. how do i select the main form so I can apply the filter?