L
Lu
When a sub report count value is zero (0), it displays '#Error' on main /
parent Report instead of 0, Else if value is 1 and above the #error is not
displayed and values 1,2,3,4... show correctly.
I tried the following so far
1: =Sum(Reports!estabnow!estabsub.Report!subnow) - on main report
2:=Reports!estabnow!estabsub.Report!subnow - on main report
3:=NZ(Count([EMpcode])) - on sub report
4:=Count([emprank]) & IIf(Count([empcode])=0,0) - on sub report
Am dying for urgent help from any one please.
parent Report instead of 0, Else if value is 1 and above the #error is not
displayed and values 1,2,3,4... show correctly.
I tried the following so far
1: =Sum(Reports!estabnow!estabsub.Report!subnow) - on main report
2:=Reports!estabnow!estabsub.Report!subnow - on main report
3:=NZ(Count([EMpcode])) - on sub report
4:=Count([emprank]) & IIf(Count([empcode])=0,0) - on sub report
Am dying for urgent help from any one please.