Inserting OLE Object with shortcut menus disabled

A

Amir

Hi!

I have a form with OLE field named "Attached_Document" which is actually a
field in a table named "tblMy_Table".
Each record in the form can have the option to have an attached document
using that field.

I want to let the user the possibility to fill that field with a file or
saved mail message, but I want the shortcut menus to be disabled.
The problem is that if I disable the default shortcut menus in the startup
options I'm not able to insert objects using right clicking at the field and
selecting "Insert Object".
1. How can I make the "Insert Object" option appear in the shortcut menu
even if I set off the default shortcut menus option?
2. How can I add a button which will do the following (As more as stages you
can answer, the better):
a. Open the Insert Object window as if I pressed "Insert Object" using
a shortcut menu.
b. Automatically choose the "Create from File" option.
c. Automatically choose "Browse" Option.
d. As I select the file, automatically Press OK.
3. How can I let the user to add more than one object for each record?

Thank you veru much!

Kind Regrads,
Amir.
 
Top