Copying an OLE object

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am designing a document management system. I am designing a form for
checking out documents for editing. The underlying table has an OLE object
field where all previous revisions are stored.

I am trying to make a form that will, when adding a revision record, copy
the document from the most recent revision record to the new record.

Any pointers as to what direction I should go on this? Is it only possible
to copy from a control with the OLE object (e.g oleOldDoc.Copy and
oleNewDoc.Paste) or can I do it without the controls.

Thanks!
 
Back
Top