Adding OLE Object to existing database. (1 Viewer)

Royce

Access Developer
Local time
Today, 08:50
Joined
Nov 8, 2012
Messages
99
I've found lots of post that say "don't use OLE Objects", but in this case I need to add objects to an existing database where the front end code is an .mde file and the orignal .mdb is no longer available.

The field is PHOTO and field type is OLE Object

I've tried
!Photo = Me.ImageFrame.Picture Where ImageFrame is an image frame that is displaying the picture I want to save in the database.

Tried a lot of other things as well. Data that works will show up as "bitmap image" when I view the table.

How can I get the data into the OLE object field?

:banghead:
 

Users who are viewing this thread

Top Bottom