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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top