Hi all
I have a database that contains a list of records... ie:
1 | Question one text | Option 1 | Option 2 | etc...
2 | Question two text | Option 1 | Option 2 | etc...
3 | Question three text | Option 1 | Option 2 | etc...
4 | Question four text | Option 1 | Option 2 | etc...
I am not usinig autonumber, there my column titles are:
QuestionID | qText | Opt1 | Opt2 | etc...
What I am trying to do is give the user the option to move a question into a different position and therefor it takes on the QuestionID and then sorts by the QuestionID.
For example, I want to move question 4 into postion 2, therefor returning:
1 | Question one text | Option 1 | Option 2 | etc...
4 | Question four text | Option 1 | Option 2 | etc...
3 | Question three text | Option 1 | Option 2 | etc...
2 | Question two text | Option 1 | Option 2 | etc...
Any help would be greatfully appreciated
Ta
I have a database that contains a list of records... ie:
1 | Question one text | Option 1 | Option 2 | etc...
2 | Question two text | Option 1 | Option 2 | etc...
3 | Question three text | Option 1 | Option 2 | etc...
4 | Question four text | Option 1 | Option 2 | etc...
I am not usinig autonumber, there my column titles are:
QuestionID | qText | Opt1 | Opt2 | etc...
What I am trying to do is give the user the option to move a question into a different position and therefor it takes on the QuestionID and then sorts by the QuestionID.
For example, I want to move question 4 into postion 2, therefor returning:
1 | Question one text | Option 1 | Option 2 | etc...
4 | Question four text | Option 1 | Option 2 | etc...
3 | Question three text | Option 1 | Option 2 | etc...
2 | Question two text | Option 1 | Option 2 | etc...
Any help would be greatfully appreciated
Ta