Hi, I am a student and I am trying to solve a problem for a project in SharePoint 2010. I need to create a solution in SharePoint which acts like a staff rota. There are around 50 staff members stored in a SQL database. I need them to appear in a SharePoint list (firstname, last name, telephone, email etc.)
The part I am having difficulty with is that I need to be able to assign a staff member a task (I don't need to enter any data about the task, just maybe have a button which says "assign task"). What I need to happen then is that the person at position 1 get moved all the way down the list to the last position in the list. This way the tasks are allocated fairly. Does anyone know how I can accomplish this?