Have frmPositions working great. Its Record Source is qryPositions, working great.
I have created a parameter query, qryPositionsFindPos, that prompts for a Positon#, and produces the right record. I would like to apply this query to frmPositions now. Scratching head. I copied the form and made the duplicate's record source qryPositionsFindPos and it works great. Having duplicate forms is not a great idea. I would rather apply the second query whenever I want to the one form.
Tried Macro to open query from button and it opens the query itself, doesn't apply the query to the form.
Tried Docmd.OpenQuery and it returns an error message.
I have not coded for eons. Using very little code, some macros. Simple database.
Any help appreciated, particularly because once I have it working in the Positions world of my db, I'd like to apply the technique to more than one form/record source actually.
Kay from Toronto