You can enter all parameters on the form and reference the queries back to it - e.g. a text box on a form (Form1) called Input1 would be referenced in the query criteria as =Forms![Form1]![Input1]. You might use this just for the initials, but use normal parameters in the query for the rest, or...