This demo seems a is for the beginner but always a good refresher for the experienced programmer as I recently experienced. Was working on a project that involved IF THEN and SELECT CASE Statements and need a basic how-to to refresh my mind how they work!! One thing I forgot was Values are case sensative, for example--when selecting Green it wasn't appearing. After some review the value was green. The letter "g" wasn't capitialized! Geez! So we want to share this demo on ASPFree.com if it help our users! Using a SELECT CASE is a very efficient way of nesting several instances based on user input. Instead of using IF THEN ELSEIF statements this offers you must more flexiability.