Search results

  1. A

    The OLE Server Isn't Registered error when using Windows 10

    A procedure working for years with XP and Windows 7 now fails with Windows 10, giving the message - "Error 2725: Description: The OLE server isn't registered." I have a database (Access 2007) which links to an Excel workbook that is running invisibly all the time in the background. The Excel...
  2. A

    Using VB in Access to Copy & Paste from 1 Word doc to another

    I regularly write code to create a Word document from Access, and then populate it with some data from the database. Now what I would like to do it also open a second Word document (which already exists) and copy and paste the content from document 2 into the newly created first document. I...
  3. A

    List Boxes Do Not Requery (Access 2003)

    Using Access 2003 - I have a form with two list boxes. Both row sources for the list boxes are based on queries from the same table. The rowsource query for List Box A has a criteria to include records only if a particular field's value is zero (lets call it Field1). The rowsource query for...
Top Bottom