How to display an image from a folder in a form or in a report in Access 2000 (210100)
The information in this article applies to:
This article was previously published under Q210100 For a Microsoft Access 97 and earlier version of this
article, see
148463. For a Microsoft Access 2002 and Office Access 2003
version of this article, see
285820. Advanced: Requires expert coding,
interoperability, and multiuser skills. This article applies to a Microsoft
Access database (.mdb) and to a Microsoft Access project (.adp).
SUMMARY Sometimes it is not practical to store images in a
Microsoft Access table. If you have a large number of images, or if each of
your image files is large, the size of the Microsoft Access database file can
rapidly increase.
This article describes how you can display images
on a form or on a report by only specifying the path and the file name. The
file name is stored in a table. The path to the file can also be stored in the
table, or the path can be a relative path. This depends on the location of the
database. REFERENCES For more information about setting event properties, click Microsoft
Access Help on the Help menu, type event in the Office Assistant
or in the Answer Wizard, and then click Search to view "Events: Making your database objects work
together".
For more information about the OleTypeAllowed
property, click Microsoft Access Help on the Help menu, type oletypeallowed in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
For more information about the SourceDoc property,
click Microsoft Access Help on the Help menu, type sourcedoc in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbdisplay kbgraphic kb32bitOnly kb3rdPartyNetClient kbdta kbhowto kbinterop kbofficeprog kbole kbProgramming KbVBA KB210100 |
---|
|