L
Little Penny
What is the proper syntax of this dcount statement
=Nz(DCount("OperatingSystem","Workstations")","("OperatingSystem = "Windows 2000","),0)
I want it to count all the Operating System in the Workstation table that are equal Windows 2000
If I can do this a and want to add a third criteria for instance PhysicalMemory less than 1024k
How would I do that?
Thanks
=Nz(DCount("OperatingSystem","Workstations")","("OperatingSystem = "Windows 2000","),0)
I want it to count all the Operating System in the Workstation table that are equal Windows 2000
If I can do this a and want to add a third criteria for instance PhysicalMemory less than 1024k
How would I do that?
Thanks