For example, suppose you don't want to create labels for text boxes that you add to a new form. Rather than deleting the label each time you create a text box, you can change the AutoLabel property setting to No in the text box's default control style.
Once you reset a control's default control style, all subsequent controls of that type that you add to the current form or report will have those property settings. The default control style remains in effect for that form or report until you change it again. If you want the new settings to apply to all new controls, you can make the current form or report a template.
Note You can't set defaults for a control type that you add to a data access page.