Can anyone help me on how update the 1st record out of the multiple. Look below..I have this data:
Order # Fee
20010 13
20010
20010
20011 13
20011
20012 13
I want my table to look like this. Is there anyway I can do this without updating the empty ones. I only want to update the first unique record.
Can anyone help me this.
Order # Fee
20010 13
20010
20010
20011 13
20011
20012 13
I want my table to look like this. Is there anyway I can do this without updating the empty ones. I only want to update the first unique record.
Can anyone help me this.