Enter Parameter Value box keeps popping up?

Thom

New member
Local time
Yesterday, 21:09
Joined
May 9, 2005
Messages
8
Hello, I am trying to create a Report which displays a bunch of pivotgraphs. Each graph has it's Name field linked to the reports Name field, which is from a query (not the same as the graphs). I then want to filter the Name field on the graph to get only certain people, and since it's linked to the graphs, the graphs will be filtered as well. Using Forms this works fine, no problem, but doing almost the exact same thing with a report (but filtering it when I open it instead of using a combobox on the form), it has to ask me for the "Parameter Value": Name like 3-4 times, then sometimes displays what I want. Why does it do this, and how can I fix it? Thanks guys :)
 
I could be wrong, but it sounds like you have a parameter being asked from several places. I would either make them all the same (3 charts, 3 parameters, set them to a form field) or pass one parameter through the next.

This would mean that you find which is the first parameter to be asked.

You answer that, then parameter 2 = 1 and 3 = 2 and so on.

Sound like anything close? :confused: :eek:
 

Users who are viewing this thread

Back
Top Bottom