Creating a report from an exisiting report

  • Thread starter Thread starter Starr Corbin
  • Start date Start date
S

Starr Corbin

I have a report already created with certain information. I want to
create another report that only includes a few items from the original
report. How do I do this if these none of these items have anything in
common? I only want the new report to include 5 items from the original
report that has 200 items!

Thanks in advance!

Starr
 
Starr said:
I have a report already created with certain information. I want to
create another report that only includes a few items from the original
report. How do I do this if these none of these items have anything in
common? I only want the new report to include 5 items from the original
report that has 200 items!

Thanks in advance!

Starr
Is there any criteria at all that sets them apart? All over $500 dollars
all in one state, all sales from 5 different sales people. You get the
idea. You need to write another query to obtain the data you want to see
then base a new report on that query.

gls858
 
I have a report already created with certain information. I want to
create another report that only includes a few items from the original
report. How do I do this if these none of these items have anything in
common? I only want the new report to include 5 items from the original
report that has 200 items!

Thanks in advance!

Starr

Ordinarily one would have just *one* report, based on a parameter
query which allows the desired records to be selected. You don't
really need a new report (unless you are using different fields or a
different layout on the page), just new parameters for the query (or
sometimes a different query).

John W. Vinson[MVP]
 
Back
Top