decrement value until reach 1 and display
582889Sep 19 2008 — edited Sep 19 2008hi
I have a table with name DRIVER and I have a column name reference in this table.
I have a save button in the form.When a user presses save button, if the reference number is 4
1,2,3 should be displayed in the drop down list item.
or if the reference number is 3
1,2 should be displayed in the drop down list item. It should always be decremented by 1 until reach 1.
How can I do that?