Printing multiple forms with linked images...How can I make the images work?

hunterw

Registered User.
Local time
Today, 11:49
Joined
Jun 13, 2008
Messages
22
I have a form with multiple linked images. In design view, the image frames have "none" specified for their image link. I've simply used VBA to replace that field with the specific record's image link which is stored as a text field in its table.

What I want to do is be able to print out multiple records at the same time. What ends up happening is whatever record is open has the image frames linked to its specific images, therefore all records have that same exact image after printing.

Any ideas? Can I somehow force an image frame to link to a specific text field from its record without VBA?
 

Users who are viewing this thread

Back
Top Bottom