Hi All,
Does anyone know of an easy way to specify a range of values for a combo-box without creating a separate table or actually typing each value in the value list. In my case, I need the numbers 0 thru 60 ... one combo-box has the numbers in ascending order, and another has them descending.
0;1;2;3;4;5;...60
60;59;58;57; ...0 (you get the idea)
BTW, I do realize that it would be easier to just have the user type in the desired value; but I also need to be able to use the "limit to list" restriction.
Thanks, in advance, for your help.
Does anyone know of an easy way to specify a range of values for a combo-box without creating a separate table or actually typing each value in the value list. In my case, I need the numbers 0 thru 60 ... one combo-box has the numbers in ascending order, and another has them descending.
0;1;2;3;4;5;...60
60;59;58;57; ...0 (you get the idea)
BTW, I do realize that it would be easier to just have the user type in the desired value; but I also need to be able to use the "limit to list" restriction.
Thanks, in advance, for your help.