I create a query by writing on criteria [ Enter your id : ]
When i run this query it shows Enter your id with the title Enter your parameter value. I wanna set the title as my choice.
I create a query by writing on criteria [ Enter your id : ]
When i run this query it shows Enter your id with the title Enter your parameter value. I wanna set the title as my choice.
You cannot change the title bar of a parameter prompt. So, I said, use your own form for inputs INSTEAD of using parameter prompts. Open the form to put in the inputs and have a button to click OK and that will open the query (or form/report based on the query).
Also, the criteria would instead of [ Enter your id : ] it would be referencing the form's text box:
[Forms]![YourFormNameHere]![YourControlNameHere]
And the form's CAPTION property is where you would change the title of the form that would be popping up.