I have a not so elegant solution to problem, but not sure how to implement it.
PROBLEM: When a user logs in and begins a certain job, they only have two hours to complete the job before having to complete another materials test. Since I cannot run a timer in the background while they are working on the forms (the whole single threaded issue in VBA), I have the following idea.
INELEGANT SOLUTION: I am wondering if I can run the timer in the backend (on the server) and have it trigger the material test window opening (modal) in the frontend? I am just to sure how to monitor the timer for the two hour threshold.
Anyone got any ideas on this? I am all ears (eyes?).