Parameter Queries

Webmaster@worksnotfun.com

Registered User.
Local time
Today, 08:51
Joined
Jan 28, 2002
Messages
15
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?
 
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.
 

Users who are viewing this thread

Back
Top Bottom