Here is what i have.
i'm about postal with this one. how can i prevent it from entering the same text twice. in the column ADPE_Account is a list of whos account the item is on. so the account names could be in that column a hundred times. how can i only have it enter the account name one time.Code:for nRow = 1, tReport.Rows do sLSU = tReport.Data[nRow]["ADPE_Account"] ComboBox.AddItem("Plugin1", sLSU, ""); end
Chris

