Hey guys,
I am basically trying to show different columns based on information in 1 of my tables.
So for example if the data = 1, then show these columns, if it equals 2, show these different columns, if it equals 3 show different ones again.
I have been trying to use the IIF() function to do...