Unfortunately I don't think that you can store pictures in Access. You would need a database that allows the storeage of binary data such as SQL Server or Oracle. What you can do is store a link, in the form of a fully qualified filename. I am not sure what this is being used for but if you are displaying the image on a website then put all images in a publically accessable directory. If you are doing further manipulation of the image then store it in a directory not accessable to the public and create a
Code:
File
object to retrieve it. Hopes this helps.
Wushutwist
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.