I have an unbound text box that gets its value from counting the amount of records on a seperate form:
When the count is less than 1 i.e 0 I get the #Error message in the text box, can somebody please tell me how to fix this problem?
Code:
=Forms!FaultCount_frm!CountOfDateReported
When the count is less than 1 i.e 0 I get the #Error message in the text box, can somebody please tell me how to fix this problem?