Is there a way to get ms-access to display images from external files

前端 未结 6 1323
予麋鹿
予麋鹿 2020-12-06 19:09

I\'ve got an MS-Access app (1/10th MS-Acccess, 9/10ths MS-SQL) that needs to display photographs of some assets along with their specifications. Currently the images are sto

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-06 19:51

    The easiest way is probably to plop an Internet Explorer onto one of your forms. Check out this site: http://www.acky.net/tutorials/vb/wbrowser/

    Since you can reference that object in Access, you will only need to point the webbrowser control to the path of the .jpg (NavigateTo() if I remember correctly).

    EDIT: The above link was just googled and picked from the results (first one that opened quickly). I do not think it is a very good tutorial, it just has all the pointers you need... Check out msdn etc. if you need more information!

提交回复
热议问题