C
CCWilson
I want to create a parameter query that prompts for a value that you can
select from a drop down menu. Can anyone help?
select from a drop down menu. Can anyone help?
Mark A. Sam said:Yes you can do that. Use this syntax: [Forms]![Form1]![text0]
Where [Form1] is your form name and [Text0] is the controlname, usually a
textbox or combobox.
CCWilson said:Do I reference that form in the criteria for that field?