Set Startup Properties and Options in Code

Microsoft Access Visual Basic

Set Startup Properties and Options in Code

   

Startup properties affect how your database application appears when it's opened. For example, startup properties enable you to customize the application's title bar, menus, toolbars, and startup form. To view the properties in the Startup dialog box, click Startup on the Tools menu.

You can set options in the Options dialog box to change various aspects of the application's environment while you're working in it. For example, you can set form, report, table, and query default options. To view the Options dialog box, click Options on the Tools menu.

The following topics provide specific information about setting startup properties and options in code.

Set Startup Properties from Visual Basic

Set Options from Visual Basic