hi. i am in trouble. please help. i have a survey. when i add question i have a counter to keep questions in order. e.g question1 -> count=1, question2->count=2. then on INSERT i insert count value alog with a question. so i have rdered list of quesitons. However when i delete 1 question, i need to reorder count values. e.g. 1,2,3,4 if i delete 2 then i have a gap 1,3,4. how can i reorder this counter?
thank you in advance.
liz
thank you in advance.
liz