How do I pass a parameter from a form that requests needed data (like a name) to a query that needs that data? Writing a parameter query is straight forward, but its method of requesting its parameter is by the pre-defined use of its little parameter request window. Running a query from a form is also straight forward, but I can see no way, after the form has requested and received the parameter data, of passing it to the query. (The DoCmd OpenQuery Method, as an example, has no capability to pass along the parameter information.)
Thank you for your time and help,
John Littell