pictures in a form

  • Thread starter Thread starter William Storey II
  • Start date Start date
W

William Storey II

i am trying to make a database and i have a record that has a hyperlink to a
picture

i have two question

1) is the hyperlink the best choice to use for the picture
2) how do i make the picture visble on a form

thank you for your help
 
William,
i am trying to make a database and i have a record that has a hyperlink to a
picture

i have two question

1) is the hyperlink the best choice to use for the picture

Yes. Pictures cause a huge DB bloat.
2) how do i make the picture visble on a form

You can use an unbound image control and assign the path+file name to
its Picture property (see also Help on this). For details how to
handle this go to the MS site and search the knowledge base for this
article:

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

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

The link uses the old format with Q prefix, but it will redirect you
to the current page.

Best regards
Emilia

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