News, links, downloads, tips and tricks on Microsoft Access and related
You can insert document object into OLE field, open, and here how to delete it:
Me.oleDoc.Action = acOLEDelete Me.oleDoc.SourceDoc = "" Me.oleDoc.Action = acOLECreateEmbed
Got it from this discussion.
No comments:
Post a Comment