Search results

  1. L

    Second instance of Word opened from Access arises security warning?

    Hi, I have a new and very strange problem arising from Word and Access interop. Never noticed something similar before. Now I'm using Microsoft 365 I an Access form I have only a text control where I can type the name of the word file I want to open and a buttons that opens it. The first time...
  2. L

    BoundObjectFrame with Word doc OLE doesn't update

    Hi, I have two tables and two forms. A form's control is an BoundObjectFrame for a field with linked OLE Word document. Strange enough, in one form, the changes in the Word documents are update (not immediatly but when I change record), on the other the update never happens! I couldn't spot the...
  3. L

    Replace or disable right click menu on Web Browser Control

    Hi, I'm using the WebBrowserControl in an Access form to show HTML or PDF files. When I right click on the control area I get the context menu on the left for HTML and on the right for PDF. I would like to replace those menu with my own, but the WebBrowserControl doesn't expose a...
  4. L

    Your opinion about best way to display Word documents inside an Access form

    Hi, I really would like to know your opinion and exploit your expertise about a problem is annoying me since quite long time. Which is the best way to display the content of a Word document inside an Acces form? My scenario is quite simple and I'm sure a lot of you runned already in a similar...
  5. L

    How to avoid error (0:521) of Adobe Acrobat Reader showing PDF files in a Form with Web Browser Control

    Hi, In Access I have a table to store PDF file. Not the actual file but only their Full Names. I decided to use the Web Browser Control to display the content of the PDF files. The Source Control of the Web Browser Control is linked to the Full Name text box. Everything works almost fine, but...
  6. L

    ActiveDocument doesn't exist only when OLE Word Document is opened from an Access form

    Hi, I'm developing a simple database of Word documents in Access. WORD Each document stored is based an a MainTemplate.dotm and several MyServiceTemplateXx.dotx with Building Blocks specific to different languages. The document template has various content controls and other objects...
  7. L

    What can I use to show a Word file in an Access form instead of a Bound Object Frame control?

    Hi, first of all I let you know that I asked the same question in Learn Microsoft (but I didn't received any answer yet). This is my problem. To simplify my Access database stores Word files. In the back end there are tables with records having also an OLE object (linked) in their fields. In...
  8. L

    problem with Access and Word interop inside OneDrive

    Hi, I have a problem linking a Word file as an OLE object inside an Access Table/Form, if it is saved inside a OneDrive Folder. In the attachement there is a small database to simulate the problem. You should try to put this Access file inside and outside a OneDrive folder to fully understand...
  9. L

    References for VBA Project across Office versions

    Hi, I'm developing an application based on Word and Access and their inter operation, for version 2007 and later. I wrote an InnoSetup procedure for the installation. I have the following problem: I compiled the Word Template and the Access database in Office 2013. When I install in Office...
  10. L

    Don't want Word opening changing records with OLE

    Hi, In Office 2007 and later, I'm developing a Database to file Word docx. A table has various matadata and an OLE Linked Object with a Word File. A form shows those record in a TabControl: the first page only metadata, the second one only the file content and FullName. Scrolling through the...
  11. L

    Problem resizing form with TabControl

    Hi, In Access 2010 I want to resize my forms according to the user's screen resolution. I designed my forms to look fine for 1024x768 and then multiplied everything at higher resolutions. In the forms OnLoad event I inserted a procedure like the following: Public Sub SetSize(aForm As Form)...
Top Bottom