Change Values in a Column to UpperCase
Question: I have a data table with data values in upper and lower case text strings in one column.I expect that the code will need to loop through each row, select the column of interest and set the value in the column to uppercase. I am having an issue figuring out the correct syntax to do this. This is what I have so far, but don't think I am close enough. Thanks to any help that can be provide...