Inserting an OLE Object

D

Dan

Hello. I'm looking for a way to insert an OLE Object without using
'DoCmd.RunCommand acCmdInsertObject'

The problem I have with that is that I don't want to have to use setFOcus on
the field before I run that command. Is there any way to do this just using
code, without having the OLE field on my form? Thanks
 
Top