Database images into form.

Danden

Registered User.
Local time
Today, 13:45
Joined
Jun 10, 2013
Messages
26
Hello,
I'm new to Access VBA. Does someone can help me how to display images from a database in the form. The form looks approximately like Customerdetail from Northwind Access example database. Images in database I have stored as OLE object images. But how to link images with the form? Is it enough to give in properties control element source images column name? It seems like it is not.
 
Hi, Danden!

You should use a "Bound object frame" from the toolbox to create the frame.
Then you modify the control Properties / Data / Control Source, specifying the field name.

I guess this message belongs to a different forum. This one is for presentations.

Regards
 
Thanks. I solved the problem.
 

Users who are viewing this thread

Back
Top Bottom