SharedResource Object (Access)

Represents a Microsoft Office theme or image that is available as a shared resource in the database.

Version Information

Version Added: Access 2010

Remarks

A shared recource is stored once in the database, but can be used many times. For example, you may want to display your company logo on every form that you create. In earlier versions of Access, you had to import the logo into every form. In Microsoft Access 2010, you can add the logo as a shared image. Then , it will be displayed in the Image Gallery that is displayed when you click the Insert Image dropdown menu for the Controls group in the Design tab.

To import an image as a SharedResource object, use the AddSharedImage method of the CodeProject object or the AddSharedImage method of the CurrentProject object.

See Also

Concepts

SharedResource Object Members

Access Object Model Reference