Currently I have a flat MDB that I track my network storage items in. It's a simple MDB used to create tbl's, frm's and rpt's. The Tbl's contain my Server and Max storage information and then I take a manual reading and data input of each server and it's remaining space reading. What I'm wanting to do, for lack of a better word, is query my a server and retrieve the free space information.
freeSpace = Srv1MaxSpace - Srv1ExistingSpace
Would FSO (file system object) be the component I need to do this or does anyone have any other ideas or sample code on how I can get started?
Any help would be appreciated.
freeSpace = Srv1MaxSpace - Srv1ExistingSpace
Would FSO (file system object) be the component I need to do this or does anyone have any other ideas or sample code on how I can get started?
Any help would be appreciated.