I want to use an unbound Access Form as a simple document viewer to display NOT EDIT a selection of Word documents.
I need to be able to display a variable selection of Word documents that may each run to several pages so I must be able to scroll the full length of the selected document.
I have tried linking to a document using an unbound OLE control but it has no scroll features.
If I could determine the pysical screen length of a document using VBA I could dynamically adjust the Window frame and OLE frame size to fit the letter and then I could use the form's scroll bars. But I have not figured out if its possible to return length of a document, though it seems there must be a way. And someone out there knows how, so come on, own up.
I could set up a table of document file names and store these with screen dimesions of each document, measured with a ruler, but really that's not much of a solution is it?
Your help is eagerly awaited.
Rod G
I need to be able to display a variable selection of Word documents that may each run to several pages so I must be able to scroll the full length of the selected document.
I have tried linking to a document using an unbound OLE control but it has no scroll features.
If I could determine the pysical screen length of a document using VBA I could dynamically adjust the Window frame and OLE frame size to fit the letter and then I could use the form's scroll bars. But I have not figured out if its possible to return length of a document, though it seems there must be a way. And someone out there knows how, so come on, own up.
I could set up a table of document file names and store these with screen dimesions of each document, measured with a ruler, but really that's not much of a solution is it?
Your help is eagerly awaited.
Rod G