Setting the position of the parameter value box

L

law

Is there any way when running a query from a form that you can set the
position of the parameter value box when it appears?

Any help would be greatly appreciated.
 
D

Douglas J. Steele

I don't believe you can.

If it's important, create your own form that you can position where you
want, and use the textboxes on the form as parameters for your query, rather
than having the parameter box pop up.
 
Top