G
Guest
I have a report with a filter on the report property sheet that looks
something like:
X = [Enter X:]
So, when the report opens (opens or loads?) the user is prompted to "Enter
X:" and everything works fine.
Now, I want to be able to capture and use this value (that the user types
in) in another place on the report. How can I do that? Can I just treat
"[Enter X:]" as a report object with the name [Enter X:] ?
Something tells me that this is more involved. Perhaps I need to get the
value from the user prior to the filter being loaded and then formulate the
user based on the value already obtained.
Any help with this is greatly appreciated. Thanks.
David
something like:
X = [Enter X:]
So, when the report opens (opens or loads?) the user is prompted to "Enter
X:" and everything works fine.
Now, I want to be able to capture and use this value (that the user types
in) in another place on the report. How can I do that? Can I just treat
"[Enter X:]" as a report object with the name [Enter X:] ?
Something tells me that this is more involved. Perhaps I need to get the
value from the user prior to the filter being loaded and then formulate the
user based on the value already obtained.
Any help with this is greatly appreciated. Thanks.
David