97867564534231
Technical User
Hi,
I have a form in access which contains an ole object (of a dll file), what i require is that when the user presses my command button "save" the OLE Object file will be copied from the form into the "C:/" windows directory. I know the user can do this by right clicking and then pasting, but need it to be done through vba code.
at the momne tI am copying the OLE object with the following, but don't know how to paste it into the "C:/" directory.
Me.Controls("OLEUnbound19"
.Action = acOLECopy
Please can someone help,
Thanks in advance
I have a form in access which contains an ole object (of a dll file), what i require is that when the user presses my command button "save" the OLE Object file will be copied from the form into the "C:/" windows directory. I know the user can do this by right clicking and then pasting, but need it to be done through vba code.
at the momne tI am copying the OLE object with the following, but don't know how to paste it into the "C:/" directory.
Me.Controls("OLEUnbound19"
Please can someone help,
Thanks in advance