W Webmaster@worksnotfun.com Registered User. Local time Today, 15:03 Joined Jan 28, 2002 Messages 15 May 1, 2002 #1 When using a parameter query, is there a way to hide the "Enter a Parameter Value" on top of the dialog box"?
When using a parameter query, is there a way to hide the "Enter a Parameter Value" on top of the dialog box"?
David R I know a few things... Local time Today, 09:03 Joined Oct 23, 2001 Messages 2,633 May 1, 2002 #2 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.
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.
J Jack Cowley Registered User. Local time Today, 15:03 Joined Aug 7, 2000 Messages 2,639 May 1, 2002 #3 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]
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]