View Full Version : Getting the links of a linked OLE object


AmooZephyr
06-03-2008, 11:20 PM
I have given a ms-access database in which an OLE object field named "Picture" is present. Pictures are stored as a Linked OLE Objects. No path and filename has been stored in the database. My task is to find the links (filename & path) of the linked OLE objects i.e. i have to find the file name and path of the pictures already stored in a ms-access database. Kindly help me in this regard. it's urgent

DCrake
06-05-2008, 04:22 AM
This is an example I remodelled today for another member.It may point you in the right direction.

CodeMaster::cool: