G
Guest
Hello Everybody,
I was wondering how can i disable all controls on a form when the form is
opened, so that they are enabled only when the user clicks on the
AddNewRecord command button.
I tried to to use the "For--Each" statement to iterate through all controls
and then set the "enabled" property to "False" but apparantly it doesn't
accept the "enabled" property in the For--Each statement
Any ideas?
I was wondering how can i disable all controls on a form when the form is
opened, so that they are enabled only when the user clicks on the
AddNewRecord command button.
I tried to to use the "For--Each" statement to iterate through all controls
and then set the "enabled" property to "False" but apparantly it doesn't
accept the "enabled" property in the For--Each statement
Any ideas?