D
dave.degroot
My function in my report : "=Sum([CountOfEmployee_id]", which works
whenever a query contains records, returns the following when a query
contains no records: "#Error"
When I try:
IIf(Sum([CountOfEmployee_id])>0),Sum([CountOfEmployee_id]),"")
It still returns "#Error" I've tried several other combinations for
the function as well...
Thanks!
whenever a query contains records, returns the following when a query
contains no records: "#Error"
When I try:
IIf(Sum([CountOfEmployee_id])>0),Sum([CountOfEmployee_id]),"")
It still returns "#Error" I've tried several other combinations for
the function as well...
Thanks!