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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top