G
Guest
I have a report that has a textbox on that is used to show the acct type that
was selected. Recently, the svp asked to have it so all accts will show
rather then the selected type. Changing the parameter is not the issue.
What is, is the text box on the report that shows the acct type. As of now
the following line is in the control source of the textbox on the report.
=[Forms]![usrfrmReportModule]![cboAccountType]
What I would like to do is to show "All" in the textbox if no one selects
the acct type. How would the above line be modified? I am at a loss on
this.
Thanks in advance to anyone responding to this.
*** John
was selected. Recently, the svp asked to have it so all accts will show
rather then the selected type. Changing the parameter is not the issue.
What is, is the text box on the report that shows the acct type. As of now
the following line is in the control source of the textbox on the report.
=[Forms]![usrfrmReportModule]![cboAccountType]
What I would like to do is to show "All" in the textbox if no one selects
the acct type. How would the above line be modified? I am at a loss on
this.
Thanks in advance to anyone responding to this.
*** John