Report a Crosstab query by date

JCtheEUC

Board Regular
Joined
Jul 17, 2008
Messages
50
Hello,
I am trying to build a report that will display a crosstab query. My query is prompting for a date range and running a count of the number of applications recd on those dates. When I veiw the query everything shows up correctly.

Now I would like to display this query on a report. When they click the button to open the report it will prompt them for the date range then show the report.

I have started the report but it prompts me several times for the dates. I will need the column headings to adjust to the dates they choose.

Can someone please help me? Or maybe point me in the right direction.

Thanks!
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
When you turn a crosstab into a report, you need to specify the parameters if you don't want the popups to drive you nuts.

assuming that you have 2 parameters like Enter the Start Date and Enter the End Date --
In the query design go to Query > Parameters.
Type in the names of the parameters and their data types -- eg, the first one would be Enter the Start Date and the data type would be Date/Time.

Close the dialog, save the query, and try again.

Denis
 
Upvote 0
I have the parameters set in the query but I still get the multiple prompts in the report.

How do I get the column headings to dynamically change based on the date range they choose?

EG>
If the user chooses [Start Date] of 11/1/2008 and [End Date] of 11/13/2008 to get the month to date numbers.

Report should look like...(without the dashes)
-----11/1/2008----11/2/2008---11/3/2008---11/4/2008---11/5/2008 etc
row1----data----------data--------data--------data---------data-----
row2----data----------data--------data--------data---------data-----
row3----data----------data--------data--------data---------data-----
row4----data----------data--------data--------data---------data-----
row5----data----------data--------data--------data---------data-----
row6----data----------data--------data--------data---------data-----
row7----data----------data--------data--------data---------data-----

This is exactly what my query display except it actually contains the data.
How do I get my report to look like that?

Thanks!
 
Upvote 0

Forum statistics

Threads
1,216,419
Messages
6,130,515
Members
449,585
Latest member
kennysmith1

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top