import pictures

  • Thread starter Thread starter June
  • Start date Start date
J

June

How do I import pictures into a database table? I want to print a directory
with pictures.
 
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.
 
Back
Top