I'm trying to pass a parameter to a form that was created from a query and am having trouble. Below is what I'm attempting, but it still prompts me to enter a value when the form opens.
DoCmd.OpenForm "frm_AllocationList", acNormal, , , , acWindowNormal...