Here's a problem for you guys and gals to work on 
I have a folder containing about 600mb of bitmap files that correspond with photos of inventory at the company I work for. What I've been unsuccessfully trying to all day is create a table that will link the bitmap files to a record in a table containing a list of the inventory numbers. The files are named the same way as the inv. number (item 1234 is 1234.bmp etc.) This will eventually be used in a report I have that will print the images with a description of each item.
I can do this manually by going to each record in the table and right clicking -> Insert Object, finding the file, and clicking the Link check box, but with over 6000 items this would take forever! And as the inventory is being constantly updated, that method won't work well.
I would like some sort of update query (or something like that) to fill the table, but if anyone knows a shortcut when working with reports to dynamically load images that would work too.
Also, as I tried to specify above, I need the images to be linked, not embedded in the table, or else it would be over 600mb!
Thanks a ton in advance! This one's been giving me a real headache.
I have a folder containing about 600mb of bitmap files that correspond with photos of inventory at the company I work for. What I've been unsuccessfully trying to all day is create a table that will link the bitmap files to a record in a table containing a list of the inventory numbers. The files are named the same way as the inv. number (item 1234 is 1234.bmp etc.) This will eventually be used in a report I have that will print the images with a description of each item.
I can do this manually by going to each record in the table and right clicking -> Insert Object, finding the file, and clicking the Link check box, but with over 6000 items this would take forever! And as the inventory is being constantly updated, that method won't work well.
I would like some sort of update query (or something like that) to fill the table, but if anyone knows a shortcut when working with reports to dynamically load images that would work too.
Also, as I tried to specify above, I need the images to be linked, not embedded in the table, or else it would be over 600mb!
Thanks a ton in advance! This one's been giving me a real headache.