Displaying parameter queries

V

Viv_500

Is it possible to display the results of parameter queries in the for
on view rather than in a datasheet
 
T

tintin

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.
 
J

John Vinson

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.
 
Top