[AccessD] Lock/Disable controls in the Detail section of a form

Susan Harkins ssharkins at bellsouth.net
Thu Jul 29 09:51:11 CDT 2004


Oh cool... I like that. :) 

Susan H. 

You can iterate through the controls in the detail using the Controls
collection of the Detail section:

For Each ctl in Me.Detail.Controls
	ctl.Locked = blnLock
Next ctl




More information about the AccessD mailing list