What i want seems soo simple to me, i can't believe this isn't the default way of operation (wait yes i can it's MS).
I have a long custom list 120 or so columns with a bunch of questions in the form of choice fields.
all i want is for the questions to show the text of the choice, but save only it's value into the data.
here is an example question,
1. What is the total budget for this project?
1 = $1–5 million
2 = $5–10 million
3 = $10–25 million
4 = $25–100 million
5 = >$100 million
I want the users to see the choice as in 1-5 million, 5 - 10 millions etc.. they can even see the values 1 and 2 etc i dont mind that. but the important thing is whatever they choose, only the number 1,2,3,4 or 5 are saved into the column. the last column on the list in a calculated one which sums the scores. so having text in the equation totally messes up the formula's
I want it to behave like a regular choice field, kinda deal. should i not be using a reg custom list?
i hate using the sharepoint survey option, getting the data out is such a pain if your MS office and MOSS are not in sync. (i cant export a sharepoint list into excel 2002..)
should I create a totally custom html form web part? I really really dont want to do this as the display item form, new item form and edit item form that sharepoint spits out is 99% what i want already.
if worse comes to worse, i'll have to update the scores my self but maybe exporting the data and reg-ex the data to only leave the first char.. the value. then compute the scores. but that would require way mroe manual operation then the ideal solution.
Am I looking at this in the wrong way perhaps.
i am used to doing html-PHP-DB type forms,
thanks,
any comments are welcome.