How to display Pcitures in Forms & Reports

J

J.Xue

I encountered a problem in displaying pictures in Form & Report.

I've tried many ways to store picture files. Such as in OLE field, and
picture path in both Text and Hyperlink Fields.

But I don't know how to display pictures with image control in Form &
Report.

I would very very appreciate if anyone could send me a small sample of
access files with settings in "image control" to display picture. my email:
"[email protected]"

Thank you very much for help.
Jiasheng
 
E

Emilia Maxim

J.Xue said:
I encountered a problem in displaying pictures in Form & Report.

I've tried many ways to store picture files. Such as in OLE field, and
picture path in both Text and Hyperlink Fields.

But I don't know how to display pictures with image control in Form &
Report.

I would very very appreciate if anyone could send me a small sample of
access files with settings in "image control" to display picture. my email:
"[email protected]"

Jiasheng,

here's the link to a MS KB article:

Article Q148463: How to Display Image in Form Without Storing It in
Table

http://support.microsoft.com/support/kb/articles/q148/4/63.aps

The KB links have changed a bit, but this will redirect you to the
article. You'll find there an example. Actually, setting the Image
property is only one code line, but you'll find explanations as to how
to update an unbound image control when navigating.

HTH

Best regards
Emilia

Emilia Maxim
PC-SoftwareService, Stuttgart
http://www.maxim-software-service.de
 
Top