Hey Guys & Gals,<br><br>I have a button on a form, that I would like to click to open another form, but I want to filter the records by two fields on the previous form.<br><br>I typed in this to get one filter;<br>DoCmd.OpenForm "New Form",,, "[Field on Previous Form]='Criteria1'"<br>DoCmd.Close acForm, "Previous Form"<br><br>But how do I get it to use the criteria (Value) that's in the field on the "Previous Form" and use two Fields to filter with .?.?<br><br>Thanks in Advance !!!<br><br>