Hi!
I've got a table that contain a list of question for a poll. My table look like this:
---ID---Question---Rank---
ID = autoincrement field
Group = indentify a kind of questions
Question = the question text
Rank = the question order in the poll
I have create a page to add question, modify their rank and delete them.
But if I have 10 questions in group A (with rank 1,2,3,4,...,10) and i have to delete the question#5 (with rank 5), is there an easy way to reset the group A rank so question#6 will be rank#5, and so on.
Is anybody have an idea to do this ?????
nomad