Variable selection

Don White

Spider
Local time
Yesterday, 21:28
Joined
Jan 6, 2005
Messages
17
I created a query using a varible to select only the months needed. This variable will change based on the report needed next time. The customer has that option.

When I go to the report, I do not want to enter the variable again (Query has the correct records already), but the report is dependent upon the query.

How do I use the query for my report without entering the same variable again?

This is a very common situation, but I can not eliminate the dependence in the report.

Help!!!!!

Thanks
 
Last edited:
Can't you hard code the variable as a criteria in the query builder's criteria section?

:confused:
 
variable

No I can not hard code the variable. Read the message again to understand my message.

Thanks,

:confused:
 
Not sure what's you're after....
On one hand, you want to use a parameter, on the other hand, you won't.
Seems to me you're contradicting yourself.

It's either using a parameter or not.
Up to you to make up your mind :D

RV
 
Don White said:
No I can not hard code the variable. Read the message again to understand my message.

Thanks,

:confused:

...This variable will change based on the report needed next time.

...When I go to the report, I do not want to enter the variable again

:confused: :confused:
 

Users who are viewing this thread

Back
Top Bottom