Hi Everyone,
I have created a drill through report that looks something like this.
TextBox = Person TextBox = Address TextBox = State
Report 1 Data:
Person1 Address1 WA
Person2 Address2 WA
I have a drill down report that is created on the Person TextBox. What I want to do is when I run Report1 and get the above data I then want to click on "Person1" and bring up another report that shows only data for Person1. What I'm currently getting is data for both Person1 and Person2. Is there a way to get data only for person1?
Thanks for your help!
I have created a drill through report that looks something like this.
TextBox = Person TextBox = Address TextBox = State
Report 1 Data:
Person1 Address1 WA
Person2 Address2 WA
I have a drill down report that is created on the Person TextBox. What I want to do is when I run Report1 and get the above data I then want to click on "Person1" and bring up another report that shows only data for Person1. What I'm currently getting is data for both Person1 and Person2. Is there a way to get data only for person1?
Thanks for your help!