jason246day
Programmer
I have a report that counts the number of servers in each environment. But the problem I was running into was that when an environment had no servers in it, the report wouldn't even list it with the other environments. To get around this, I created a report that lists out all the environments, and a subreport to count all the servers each environment. This works great, except I can't get my subreport to print a zero when there are no servers. It just leaves a blank next to the environment name, rather than a number. I tried using the Nz() function in the control source, but it didn't do anything. Does anyone have any suggestions as to how I can get a zero to show up in the blank? Or even a way to create this report without having to use subreports?
Thanks ahead of time.
Jason
Thanks ahead of time.
Jason