Hi all,
I have tabulated tables where users are free to choose the headers they need. In line with that, I have three col list boxes where users will chose the headers for the table. What I need to do is to make the two col box list dependent on the first one because the data to be manipulated will be based on the first col list box. Im not sure how to use On Change() on col list box, but is there a simpler way to make col list box dependent on each other where an error will prompt if the chosen column on the 2nd and 3rd col box list does not exist on the first?