Not sure if this should be in forms or programming. I found a similar post to what I'm asking in programming, but it's not working for my issue. What I'm trying to do is create a check between multiple users who are trying to go into the same form. I want the second person to also get into the form, but I need some other items to fire if they're not the first one in. The code works fine for a single user, but when a second user opens the form, the other items don't fire. I'm guessing it's something to do with the users being on different sessions, so I'm not sure if there is something I can do "globally" so that the second users session sees that the first user has the form open. Here is the code I'm using:
If SysCmd(acSysCmdGetObjectState, acForm, "worklist j-l") = acObjStateOpen Then