Recent content by RJTurneR

  1. R

    How to Get Form to Update on Load, and Update Table at the Same Time?

    Sorry for the double post, but just wanted to ask a couple more questions. One. Is it possible for the database (Not the table, but Access itself) to update on load and on a timer? I've made a lot of progress since my last post, as I've now made it so the either one of the forms will update...
  2. R

    How to Get Form to Update on Load, and Update Table at the Same Time?

    This worked, thanks! I just copied the VBScript code into one of the forms, then closed the database, opened it back up, and opened the form and this updates all the forms and the table. Thank you! :)
  3. R

    How to Get Form to Update on Load, and Update Table at the Same Time?

    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...
Back
Top Bottom