Hi Guys,

I currently using a portion of code (found here) to insert a record in a list.

The list has numbering down 1 column, and i want that numbering to be updated after i insert that new record. For example, if i insert row 2.1 in the list 1, 2, 3, 4. I want the updated list to be 1, 2, 2.1, 3, 4.

Thanks in advance for any help!