blindlemonray
Technical User
can anyone tell me why this does not work
On a control in a report I am using as the control source
but sometimes this gives me a divsion by zero error so I thought I would try
But the report still displays the same error!!!!
Any ideas much appreciated.
On a control in a report I am using as the control source
Code:
[No_of_app]/[tgt]
Code:
=IIf(IsError([No_of_app]/[Tgt Appts]),0,[No_of_app]/[Tgt Appts])
Any ideas much appreciated.