Hi,
I have a collection, colHirelist, in which I need to add a single column, "idhirelist", with an incremental value equal to the row number.
For example, I need row 1 to have an idhirelist value of 1, row 2 idhirelist value of 2 etc.
I have tried using various methods to solve this but I cannot figure it out.