Hi,
I have a report that shows software subscription data and associated access codes. I am printing a report off showing customers' renewal costs for their whole software purchase - this could be 1 software with no need for access code and 1 software with access code.
The report has a subreport which shows the access codes so that they can check them (sometimes up to 23 access codes per software - postcodes). However, some customers in the report have software that does not require codes. Therefore I'm wanting to hide the "please check your codes..." bits for those not applicable and have put a count(accesscodes) to try to query if >=1 show the accesscode text. But... for those with no access codes I get the value #error for which I can't compare >=1 obviously ;0(
Thought this bit from another forum post may be on the right track but no joy ;0(
=IIf([HasData],count([CountCodes]),0)
any ideas how I make it show 0 if #error and can then use as comparison??
Thanks.
I have a report that shows software subscription data and associated access codes. I am printing a report off showing customers' renewal costs for their whole software purchase - this could be 1 software with no need for access code and 1 software with access code.
The report has a subreport which shows the access codes so that they can check them (sometimes up to 23 access codes per software - postcodes). However, some customers in the report have software that does not require codes. Therefore I'm wanting to hide the "please check your codes..." bits for those not applicable and have put a count(accesscodes) to try to query if >=1 show the accesscode text. But... for those with no access codes I get the value #error for which I can't compare >=1 obviously ;0(
Thought this bit from another forum post may be on the right track but no joy ;0(
=IIf([HasData],count([CountCodes]),0)
any ideas how I make it show 0 if #error and can then use as comparison??
Thanks.