C
cw via AccessMonster.com
I have a Report that has the following SubReports in the Detail section:
- subrptTelephoneService
- subrptMobilePhoneService
- subrptTelephoneTerms
- subrptMobilePhoneTerms
(each SubReport is based on it's own Table/Query)
How do I add a Case statement to do the following:
------------------------------------------------------------------------
SELECT CASE of subrptTelephoneService and subrptMobilePhoneService
If there is a TelephoneService, then print the TelephoneTerms
or
If there is a MobilePhoneService, then print the MobileTerms
Else
Do Not Print the Terms
-------------------------------------------------------------------------
Currently, If the Service SubReports have DATA, then they show up on the
report, but if NO DATA, then they do not. (Can Grow, Can Shrink is YES) and
both sets of Terms always print no matter what..
Thanks,
cw
- subrptTelephoneService
- subrptMobilePhoneService
- subrptTelephoneTerms
- subrptMobilePhoneTerms
(each SubReport is based on it's own Table/Query)
How do I add a Case statement to do the following:
------------------------------------------------------------------------
SELECT CASE of subrptTelephoneService and subrptMobilePhoneService
If there is a TelephoneService, then print the TelephoneTerms
or
If there is a MobilePhoneService, then print the MobileTerms
Else
Do Not Print the Terms
-------------------------------------------------------------------------
Currently, If the Service SubReports have DATA, then they show up on the
report, but if NO DATA, then they do not. (Can Grow, Can Shrink is YES) and
both sets of Terms always print no matter what..
Thanks,
cw