J 
		
								
				
				
			
		John Keith
For Each ctl In Me.Section(acHeader).Controls
--code--
Next ctl
For an unbound textbox control in the header section of my form...
ctl.Text stores "100" which is what I typed
ctl.Value is null
Why?
What is the difference in these properties?
				
			--code--
Next ctl
For an unbound textbox control in the header section of my form...
ctl.Text stores "100" which is what I typed
ctl.Value is null
Why?
What is the difference in these properties?
 
	