AppTitle Property

Applies To

Database Object.

Description

You can use the AppTitle property to specify the text that appears in the application database’s title bar. For example, you can use the AppTitle property to specify that the string “Inventory Control” appear in the title bar of your Inventory Control database application.

Setting

The AppTitle property is a string expression containing the text to appear in the title bar.

You can set this property by using a macro or Visual Basic. You can also set this property using the Application Title option in the Startup dialog box, available by clicking Startup on the Tools menu. This is the easiest way to set this property.

To set the AppTitle property using Visual Basic you must first create the property using the CreateProperty method and append it to the Database properties collection. You must also use the RefreshTitleBar method to make any changes visible.

Remarks

If this property is not set, the string “Microsoft Access” appears in the title bar.

This property’s setting takes effect immediately after setting the property in code or closing the Startup dialog box.

See Also

AppIcon Property.

Example

See the AppTitle property example.