Parameter Queries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I run a parameter query. The parameter dialog box appears. Can I
position this box on the screen so it isn't in the center.
Frank
 
If I run a parameter query. The parameter dialog box appears. Can I
position this box on the screen so it isn't in the center.
Frank

No. You have no control over where it will appear.
If this is important to you, create an unbound form with a control for
the user to enter the parameter in. You can the MoveSize method in
the form's Load event to position it where ever you want.
Ibn the query, instead of the current prompt, you would use
forms!FormName!ControlName

If you want help with this, post back with more detail about the
query, it's criteria, and if it is used as a report record source or
is stand alone.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top