E
Embarrassed Bears Fan
I have a table of about 700 records. One field contains
a picture saved as an OLE Object. I want to get rid of
this field and replace it with a new field that stores a
JPG filename of the resultant exported OLE Object that
was previously saved there. Is this possible and how?
The first step would be to systemmatically export the OLE
Obj to a default directory and save it under a
corresponding default picture name like <PrimaryKey>.jpg
The next step would be a massive update on the table
itself. I can handle the second step but am struggling
finding a means of achieving the first step. Thanks in
advance.
a picture saved as an OLE Object. I want to get rid of
this field and replace it with a new field that stores a
JPG filename of the resultant exported OLE Object that
was previously saved there. Is this possible and how?
The first step would be to systemmatically export the OLE
Obj to a default directory and save it under a
corresponding default picture name like <PrimaryKey>.jpg
The next step would be a massive update on the table
itself. I can handle the second step but am struggling
finding a means of achieving the first step. Thanks in
advance.