Okay, let's use your Switchboard. Open the Switchboard in Design mode. Open the forms properties window and select OnOpen event procedure. In this event procedure just before the End Sub, put the following VBA code:
DoCmd.OpenForm frmTimer, , , , , acHidden
This will open our Hidden form frmTimer upon opening the Switchboard.
We can address your FE and BE situation after we get this working. Create a new table called tblDBParameters. We are only going to create one record in this table with as many field as you need to store variable and parameter data. It is here where we will store the latest updated values for the fields that you are concerned about monitoring.
Create the following fields:
RecCounter AutoNumber
Now create one field for each of the target fields that we want to monitor from your other table. You can copy and paste them in from the other table and call them by the same names. that is okay. Just post back as to what the names are so I can include them in the code for the OnTimer event.
Save and name this table tblDBParameters Open the table and create one record by putting in some dummy data in the fields. Just one record now.
Post back with the other field names and the name of the table that we will be monitoring. Also, the name of the report that you want run when we find the updates.
Bob Scriver
Want the best answers? See FAQ181-2886
Nobody believes the official spokesman... but everybody trusts an unidentified source.
Author, Bagdad Bob???