I'm trying to limit access of a form to one user at a time. It appears when you declare a public variable in a module it only maintains the current value on the pc it originated. What I need to happen is to have the variable available across the network and can be changed by anyone. Please let me know if you have any ideas on how this can work. Thanks!!!!