VBA code for Insert Object...

D

Denis

Does anyone know the code to do the same command as
Insert Object... when you right click on an OLE field in
a form
 
C

Chris Nebinger

DoCmd.RunCommand acCmdInsertObject

There might be a second argument to pass in the object
name, I'm not sure. But, it gives you a start.


Chris Nebinger
 
Top