View Full Version : Parameter Queries


Webmaster@worksnotfun.com
01-28-2002, 11:14 AM
I use paramter queries quite a bit, how do you change the title bar of the query the "ENTER A PARAMETER VALUE" to something else?

jwindon
01-28-2002, 01:05 PM
Consider developing unbound forms which you can customize to read the way you like.

Then refer to the values that are given in your query as such:

Criteria: =Forms!frmFormName!ControlName

Put a command button on your unbound form which runs the query.

Good luck.