From: Dan on
I manage to open an OLE object using:
Me.<OLEObjectName>.Verb = acOLEVerbOpen
Me.<OLEObjectName>.Action = acOLEActivate

but how instead of opening can I save it to a folder - let's say C:\Temp

I tried to look for it online but did not find anything yet.
Many thanks,
Dan
From: Dan on
sorry, wrong group- reposted on access programming

"Dan" wrote:

> I manage to open an OLE object using:
> Me.<OLEObjectName>.Verb = acOLEVerbOpen
> Me.<OLEObjectName>.Action = acOLEActivate
>
> but how instead of opening can I save it to a folder - let's say C:\Temp
>
> I tried to look for it online but did not find anything yet.
> Many thanks,
> Dan