I have a report that produces 4,500 records. It uses two tables as its data source. The primary table (LocationItems), with 4,500 records refers to the other table (items) with just 500 records. The items table has a field with paths to image files.
So the same pictures are repeated for each item at each location.
When the report is run it runs out of memory.
Would storing the images as OLE objects in the Jet database improve performance? for example would each image be loaded into memory just once instead of for each individual record?