MS-Access

missing OFFOWC.DLL

The application you are attempting to use has a reference
 that it cannot resolve to an object, type library, DLL, or external database.

Either the object, type library, DLL, or database was deleted or renamed.

Examine the Available references list in the References dialog box
 in the Visual Basic Editor (Tools menu)
   to determine if any action is required.

If you did not create this application, contact the programmer or administrator of the system.

If the reference listed in the Available references list is preceded with
"MISSING:"
clear the check box to remove the reference if it is no longer required.



If you still need to use the reference, clear the check box entry for
"MISSING: <referencename>" in the Available references list, and
then create a new reference to the file using the Browse... button.

If this is an installed database application, you may need to reinstall or repair the application.

---------------------------------------------------------------

https://www.microsoft.com/en-us/download/details.aspx?id=9468

Microsoft Office Web Components are a collection of Component Object Model (COM)
 controls for publishing spreadsheets, charts, and databases to the Web, and
  for viewing the published components on the Web.


===================================
to open in dev/edit mode
 simply hold the shift key
  while doubleclicking the mdb file
    hold it until the access db fully opens





========================================
sql
update imp, dmc_org2 set org2idd=id where org2_Description=section
update dmc, imp      set org2id =org2idd where name=name_dirty

Comments

Popular Posts