W Webmaster@worksnotfun.com Registered User. Local time Today, 08:51 Joined Jan 28, 2002 Messages 15 Jan 28, 2002 #1 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?
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?
J jwindon Registered User. Local time Today, 08:51 Joined Aug 12, 2001 Messages 531 Jan 28, 2002 #2 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.
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.