Webmaster@worksnotfun.com
05-01-2002, 07:28 AM
When using a parameter query, is there a way to hide the "Enter a Parameter Value" on top of the dialog box"?
|
View Full Version : Parameters Queries Webmaster@worksnotfun.com 05-01-2002, 07:28 AM When using a parameter query, is there a way to hide the "Enter a Parameter Value" on top of the dialog box"? David R 05-01-2002, 07:32 AM Make a popup form that looks like a parameter box, but refer to that text field instead of an actual parameter. You can also get several parameters in one form that way. Jack Cowley 05-01-2002, 09:31 AM To expand a bit on David's explanation you would use code like this in the Criteria field of your query instead of what you have there now - [Forms]![YourFormName]![NameOfControlWithCritera] |