Copying an OLE object

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top