Hi - I am using Office 2003 and would like to know how to display MS Word files in MS Access forms.
One of my forms is based on a table that has, as one of it's fields, the filepaths to MS word documents. Each record in the table has a unique MS Word file related to it.
What I would like to do is set up the form such that the MS Word file is displayed within a control on the form.
So for example the table may look like this:
ID Document
1 C:\Documents and settings\user\my documents\file1.doc
2 C:\Documents and settings\user\my documents\file2.doc
3 C:\Documents and settings\user\my documents\file3.doc
etc etc
So when the form is on record 1 it displays, in a sub form or control box, the file1.doc, when it is on record 2 it displays file2.doc etc etc.
Displaying a fixed MS Word file is simple enough, any ideas on how to do the above appreciated.
It is also important (since there are around 25000 records inthe table and therefore 25000 word docs) that whatever solution I use does not 'bloat' the database ie. I don't want the MS Word files saved in the Access DB.
One of my forms is based on a table that has, as one of it's fields, the filepaths to MS word documents. Each record in the table has a unique MS Word file related to it.
What I would like to do is set up the form such that the MS Word file is displayed within a control on the form.
So for example the table may look like this:
ID Document
1 C:\Documents and settings\user\my documents\file1.doc
2 C:\Documents and settings\user\my documents\file2.doc
3 C:\Documents and settings\user\my documents\file3.doc
etc etc
So when the form is on record 1 it displays, in a sub form or control box, the file1.doc, when it is on record 2 it displays file2.doc etc etc.
Displaying a fixed MS Word file is simple enough, any ideas on how to do the above appreciated.
It is also important (since there are around 25000 records inthe table and therefore 25000 word docs) that whatever solution I use does not 'bloat' the database ie. I don't want the MS Word files saved in the Access DB.