drill down report

  • Thread starter Thread starter Gonzosez
  • Start date Start date
G

Gonzosez

I have a report that shows sales by customers.
I would like to set the report so that if the user clicks on the customer a
2nd report will open and show detail for that customer.
Can I do this if so how?
 
Reports are printed documents, not interactive items. You can't get that
kind of functionality in a report.

You can either do this in a form, or you might try using a Data Access Page.
Personally, I have never had much luck with them.
 
Back
Top