You are still dealing with a html image tag here. Meaning you need to create a http handler to stream the image out of the database with the appropriate content-type. You then set your HyperLink to get the image from the image handler.
Side note: Access does very badly storing binaries. Very, very bady. And that is on the desktop. For a web-facing application, you could see alot of scalability and database corruption issues.
Bookmarks