How to display image from sql server in ms access
问题 I have an MS sql server database. There is a table with one of the column of the "image" type. Now, the customer wants to read the data from an MS access. He wants to display the images in a form. I have never used access and have no idea of how to do simple things there. Any help will be greatly appreciate. Thanks, Ramjee 回答1: You can put regular Image control on form and state MyPic.PictureData=PicField in Current event. Or you can use AccessImagine, which is great for pictures in MS Access