Sunday, April 09, 2006

How to open document in OLE field...

In associated application window. Say you have the same setup, like in this sample. To open document – you need to run following code:

Me.oleExcelObj.Verb = acOLEVerbOpen
Me.oleExcelObj.Action = acOLEActivate

1 comment:

  1. Anonymous8:57 PM

    You're the BEST!!!

    I've been looking for 2 hours now. Found this post on google search for "open ole in ms access".

    Thanks!!!!!!!!

    ReplyDelete