Hello there!
I have recently created a database that allows us to monitor the disk space on our servers. The database consits of a table, a query, and two forms. The table holds all the servers names, and information (Free space, used space, total space), and the disk space query takes the latest information from this and displays it.
To do this, I run a script when the database is not open(Not made by me but a colleague), and once the database is opened, the table will show when it was last updated (e.g. Today, 25/4/12).
I have then created two forms which display bars for each sever. These bars represent how much space is used and is left. One form displays all the servers, one form displays our more important servers. The forms were pretty much created using VBA.
So that's a quick description of how it works. What I am actually here for is to ask how could I get the form to update on load and then update the table at the same time (This is what my colleague wants anyway, any other suggestions are welcome). As of right now, the only way to update the database is to run a seperate VB Script, which although works, it is much more convient to have the database to this for us.
If any other information or better description is needed, feel free to ask. I do have a great deal of knowledge when it comes to this, but everything in I.T is a learning process.
Thanks!
I have recently created a database that allows us to monitor the disk space on our servers. The database consits of a table, a query, and two forms. The table holds all the servers names, and information (Free space, used space, total space), and the disk space query takes the latest information from this and displays it.
To do this, I run a script when the database is not open(Not made by me but a colleague), and once the database is opened, the table will show when it was last updated (e.g. Today, 25/4/12).
I have then created two forms which display bars for each sever. These bars represent how much space is used and is left. One form displays all the servers, one form displays our more important servers. The forms were pretty much created using VBA.
So that's a quick description of how it works. What I am actually here for is to ask how could I get the form to update on load and then update the table at the same time (This is what my colleague wants anyway, any other suggestions are welcome). As of right now, the only way to update the database is to run a seperate VB Script, which although works, it is much more convient to have the database to this for us.
If any other information or better description is needed, feel free to ask. I do have a great deal of knowledge when it comes to this, but everything in I.T is a learning process.
Thanks!