I am running an access program on two computers but only one of these computers have access in it, the other computer accesses the database through network sharing of files. i am also using global variables to track logging between users. I inserted a globalvariable currentuser in the module logger. everytime they login the current user changes. my question is if one computer changes the currentuser example, will this be overwritten by the other computer? will i be able to track two computers with one global variable? if not, how do i solve this?