June 1, 200718 yr Does anyone know if the Get(AccountName) function works with multiple users logged on a database? In other words, if there are 5 users logged onto the DB and one clicks a button calling the Get(AccountName) function, does the function retrieve the user name of the person clicking the button or any of the 5 logged onto the DB? Also, do you know if the 'Perform Script' upon open/closing the DB property under 'File Options' works just when the first user opens the DB/file or when any user logs onto the DB regardless of whether there are others already logged on? Paul
June 1, 200718 yr 1) Yes it will grab the account name of the person that clicked the button. 2)It will run when ANY person opens the file. Same with Scripts that run on closing the file.
Create an account or sign in to comment