S
Sunny
Hi all,
I am passing DeptName to my report. I am assinging this value to cDeptName
variable in open event.
Now on report header I have text box (txtDeptName) and I am setting
controlsource = cDeptName, but when I open the report, Enter Parameter Value
box poped up and asks for cDeptName value!
I know I can setup txtDeptName = cDeptName in open event and it works fine
but is there any way I can define variable in report and use in the report
for calculation or something else?
Thanks.
I am passing DeptName to my report. I am assinging this value to cDeptName
variable in open event.
Now on report header I have text box (txtDeptName) and I am setting
controlsource = cDeptName, but when I open the report, Enter Parameter Value
box poped up and asks for cDeptName value!
I know I can setup txtDeptName = cDeptName in open event and it works fine
but is there any way I can define variable in report and use in the report
for calculation or something else?
Thanks.