Copy & Paste

A

a

I have bound ole control on my form this control my be contain (Access data
base - word document - picture .etc)

My Question is:

How can I copy this Ole Object and paste it in specific place D:\ For
Example BY VBA CODE

Thanks in Advance

Notes:

I can't use

DoCmd.RunCommand acCmdCopy

Because this error appear

Run-time error '2046'

The command or action 'copy isn't available now.



Also mr Doug Steele, Microsoft Access MVP

Give me this site but the example is very very very difficult



See whether what Stephen Lebans has at http://www.lebans.com/oletodisk.htm
is what you're looking for
 
Top