This is a dumb question, but I want to loop through a list of controls on a form and change their values. When I do this it actually shows all of the controls changing. This adds WAY to much time onto my execution. Is there a way to turn this feature off?
Share
This suggests that you are using an unbound form. Perhaps you should consider changing to a bound form and updating the record to change the values.
You could also hide the form and only show it when your changes are complete.