I was hoping someone can help me with a rather unique problem. I would like to use a variable names as control names to print value of variable. To clarify I have a form with multiple controls that is used as a template to print a label(form). As there are multiple label confiurations each labels controls collection properties are stored in a data base. if the user selects a particular label the form is loaded with a dynamic control array, each controls name and position coming from the database. As the controls name is the same as a local variable I was hoping the variable would be disp[alyed as the caption of each control but this doesn't work.. Any idea's greatfully appreciated.