Can images be saved in a table?

wazimu13

New member
Local time
Today, 15:35
Joined
Nov 16, 2013
Messages
8
hi

im very new to access and have a requirement at work that i have no idea how to implement. the user wants to be able to click a product desription in an access table, and a picture of the product pops up. is this possible and if not, what is best way to implement this functionality?

cheers
 
I have something similar in a database I have that operates on a network - basically the user clicks on a button which opens a .pdf file that is stored on the network. I would assume that the same can be done with an image; doing it this way would also save having a huge filesize for the database as a result of all the images being stored within it.
 
I assume that "fat controller" advice you to have the images stored in a folder in your PC (or into a PC in the network).
In the DB you need to store only the paths to every pic.
 

Users who are viewing this thread

Back
Top Bottom