I have a web form that is going to feed data into a database I'm working on. What I need to do is figure out how to assign these submitted records to users in the database. I'm guessing running some kind of code 'On Open' makes the most sense. I want it to automatically assign the record to the user who has gone the longest since the last assignment. For example, let's say I have three users: John, Jane, and Joe. John was assigned record #1, Jane #2, and Joe #3. When record number #4 comes it, it should determine that John gets record #4 assigned to him. I hope that makes sense. Any help would be appreciated!