G 
		
								
				
				
			
		Guest
Is there any way to use a 'variable' for the name of a label on a form.  Such
as - if you have a form with ten labels on it named 'Label1', 'Label2', . .
.., 'Label10', is there any way to use code such as this to reference them:
for xx = 1 to 10
Label'xx' = data
next xx
				
			as - if you have a form with ten labels on it named 'Label1', 'Label2', . .
.., 'Label10', is there any way to use code such as this to reference them:
for xx = 1 to 10
Label'xx' = data
next xx
