Ok, I STILL cannot get the stupid clear collection thing. Here is exactly what I need to do.
When the user clicks the ClearButton,
The InputTextBox should clear along with all of the display labels
The focus should return to the InputTextBox and
The ClearLabel should be disabled.
The Clear Routine must be written using collections and a For/Each loop.
To do this, create a collection of all display labels and use the loop to clear them.
None of the suggestions below (although appreciated) worked.