Hi, I suspect the record is being locked if a user is editing data - only one user at a time can edit a record without causing conflicts, so perhaps the solution would involve some type of timer function that saves the record automatically and "moves" the user to another record or "page". It's...