import pictures

J

June

How do I import pictures into a database table? I want to print a directory
with pictures.
 
K

Klatuu

You should not import picture files into your database. An Access mdb file
has a 2GB file size limit. Including pictures in a database is the fastest
way there is to blow this limit and end up with an unusable database.

The correct technique is to establish a specific folder where picture files
will be kept and use either a hyperlink or text data type in a table to
designate the path and file name of the picture.
 
Top