Skip to Content
0
Former Member
Jan 02, 2007 at 02:55 PM

Passing Parameters to A User Query

30 Views

Hello, All.

Is there anyway to pass parameters to a user defined query? Currently, I have a query that I can invoke by coding the following:

<i><b>Application.ActivateMenuItem("4001");</b></i>

However, it requires parameters that I don't want the users entering. I cannot use the <i>Application.SendKey</i> method because the input parameters window that comes up is actually a modal dialog box.

Any help would be greatly appreciated.