Displaying parameter queries

  • Thread starter Thread starter Viv_500
  • Start date Start date
V

Viv_500

Is it possible to display the results of parameter queries in the for
on view rather than in a datasheet
 
You can create a form (or a subform) based on the query which will
present the results in a design of your choice. When you open the form
you will be asked for the parameters first.
 
Is it possible to display the results of parameter queries in the form
on view rather than in a datasheet?

Certainly; simply set the Form's Recordsource property to the query.
Don't open the Query at all - just open the Form.
 

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

Similar Threads


Back
Top