This is what I am trying to implement:
I have a form for priority work orders, it has fields that automatically update the time when modified. On priority 1 work orders I want to make it so that if the time modified is 1 hour past the current time(and priority 2 is 2 hours past), then either the form starts blinking (any form in my database) or maybe a pop-up alert comes up. Preferably something that will make Access pop up from the task bar or start blinking, but that is not totally necessary.
I need code that is constantly running on any form that is open in the database (so that as soon as current time - time modified > 1 hour the alert goes off), I am not sure exactly on how to do that. The date time equation should not be that tough though.
If anything is confusing I will try to clarify anything. Thanks for any help!
I have a form for priority work orders, it has fields that automatically update the time when modified. On priority 1 work orders I want to make it so that if the time modified is 1 hour past the current time(and priority 2 is 2 hours past), then either the form starts blinking (any form in my database) or maybe a pop-up alert comes up. Preferably something that will make Access pop up from the task bar or start blinking, but that is not totally necessary.
I need code that is constantly running on any form that is open in the database (so that as soon as current time - time modified > 1 hour the alert goes off), I am not sure exactly on how to do that. The date time equation should not be that tough though.
If anything is confusing I will try to clarify anything. Thanks for any help!