I am trying to create some sort of log that adds date and time as multiple users are using the front end of a split database. I tried using the fosusername() function that has been talked about in many posts. It works ok, but the problem is when a new user logs in it adds that user to every record.... hence the get current username. Is there anyway to keep it from modifying existing records and only adding the current user to current records? I am very new to access. Thanks!