I have an access database set up with a main table and several queries. This database is on a server at my work and all of the employees constantly update the status of certain things in it.
I want to write some type of VBA that will automatically send me a report whenever something is changed that is related to me. For instance, when status changes, it will check that value and if its a certain value, then it will check to see if its associated with me, and if it is, then I want it to email me.
I have a general idea how to do the checks and the emailing, but I am having trouble setting up the "detect change" part of it.
I know there is the OnChange method, but i'm not sure how to use it or if it is even possible to use it in this instance.
Any thoughts would be great.
I want to write some type of VBA that will automatically send me a report whenever something is changed that is related to me. For instance, when status changes, it will check that value and if its a certain value, then it will check to see if its associated with me, and if it is, then I want it to email me.
I have a general idea how to do the checks and the emailing, but I am having trouble setting up the "detect change" part of it.
I know there is the OnChange method, but i'm not sure how to use it or if it is even possible to use it in this instance.
Any thoughts would be great.