Greetings:
I'm working on a form that would let users insert an actual document into an OLE Object field of a table.
I can get the path and filename of the document using the FileDialog object, but how do you insert the actual object into the table programmatically?
I need users to insert one object per record, basically providing a command button for executing the menu commands:
Insert Object > Create from file > browse for file > display as icon
Thanks in advance for any suggestions.
I'm working on a form that would let users insert an actual document into an OLE Object field of a table.
I can get the path and filename of the document using the FileDialog object, but how do you insert the actual object into the table programmatically?
I need users to insert one object per record, basically providing a command button for executing the menu commands:
Insert Object > Create from file > browse for file > display as icon
Thanks in advance for any suggestions.