Hi All
I need to store an OLE object (short MS-Word doc.) in a table.
The table is fairly simple -
Table name - AreaLetters
ID_Number - primary key, auto increment
Area - Character, 40 characters - contains an area name, eg East, West
Letter - OLE Object
I need to open a dialog box to allow the user to select the Word doc, and store it in the Letter field, for each Area. The dialog box etc is working fine, I just need the actual VB to open/read the Word doc and store it in the OLE Object field!
Thanks
Bill
I need to store an OLE object (short MS-Word doc.) in a table.
The table is fairly simple -
Table name - AreaLetters
ID_Number - primary key, auto increment
Area - Character, 40 characters - contains an area name, eg East, West
Letter - OLE Object
I need to open a dialog box to allow the user to select the Word doc, and store it in the Letter field, for each Area. The dialog box etc is working fine, I just need the actual VB to open/read the Word doc and store it in the OLE Object field!
Thanks
Bill