Creating a crosstab parameter report

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

Guest

Is it possible to create a report based on a crosstab (plus parameter) query?
When I try this the initial report design view is continuously interrupted by
the parameter prompt.
 
You can use criteria from parameter prompts or from controls on forms. The
controls method is much more professional. You must specify the data types
of your parameters for queries displaying in a crosstab. This is done by
selecting Query->Parameters and entering something like:
Forms!frmDates!txtStartDate DateTime
Forms!frmDates!txtEndDate DateTime
 
The form must be open. If the form is open and the names are all correct,
you will not be prompted for the same.
 

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