automatic palcement of images in a databese

M

marcello.dolcini

Hello,
I need to add a large amount of BMP images in a database of posters, they
are small previews of the original prints.

I created a filed in a table with an OLE object data type. Then I fill this
field by a form adding linked pictures to the database.

Each record of the table has also another field called "ID" wich is a number
(01, 02, 03...).
The name of the picture that I am inserting are exactly as that ID number
(01.bmp, 02.bmp, 03.bmp...).

I would like to find a way to quiclky add this pictures. It takes too much
time to place them one by one, since they are more than 2,000.

Is there a way to design an automate placement?

Many thanks.
 
Top