PC Review Forums Newsgroups Microsoft Access Microsoft Access VBA Modules Missing reference to OWC10.DLL - how to fix?

Reply

Missing reference to OWC10.DLL - how to fix?

 
Thread Tools Rate Thread
Old 01-06-2005, 07:29 PM   #1
=?Utf-8?B?TWFyeQ==?=
Guest
 
Posts: n/a
Default Missing reference to OWC10.DLL - how to fix?


Hello -
I support several Access 2002 databases. Yesterday, when opening one of
them, I received the following error message: Your Microsoft Access database
or project contains a missing or broken reference to the file 'OWC10.DLL'
version 1.1.
Upon opening the Available References (Under Tools, References), I found
that the reference for this file was checked, but the description read:
"Missing: Microsoft Office XP Web Components". The properties box showed
the correct path location for the file (C:/Program Files/Common
Files/Microsoft Shared/Web Components/10/OWC10.DLL) but apparently couldn't
access it. I checked some of my other databases and they were correctly
referencing the file without errors.

The main problem that I notice in the problem database is that the default
date function "Date()" is not working correctly in any of the forms. Any
suggestions on how to correct the missing reference? I'm hoping this will
fix the date functionality as well.

Thanks.


  Reply With Quote
Old 01-06-2005, 10:37 PM   #2
John Spencer (MVP)
Guest
 
Posts: n/a
Default Re: Missing reference to OWC10.DLL - how to fix?

NOTE the exact name of the missing item.
UNCHECK it.
Close the dialog
Compile your code. If you get no errors then you don't need the missing library
for this application.
If you do get errors, then open Tools, references.
Find the item you unchecked and recheck it.
Close the dialog.

Mary wrote:
>
> Hello -
> I support several Access 2002 databases. Yesterday, when opening one of
> them, I received the following error message: Your Microsoft Access database
> or project contains a missing or broken reference to the file 'OWC10.DLL'
> version 1.1.
> Upon opening the Available References (Under Tools, References), I found
> that the reference for this file was checked, but the description read:
> "Missing: Microsoft Office XP Web Components". The properties box showed
> the correct path location for the file (C:/Program Files/Common
> Files/Microsoft Shared/Web Components/10/OWC10.DLL) but apparently couldn't
> access it. I checked some of my other databases and they were correctly
> referencing the file without errors.
>
> The main problem that I notice in the problem database is that the default
> date function "Date()" is not working correctly in any of the forms. Any
> suggestions on how to correct the missing reference? I'm hoping this will
> fix the date functionality as well.
>
> Thanks.

  Reply With Quote
Old 13-10-2006, 06:46 PM   #3
jfrankha11
Junior Member
 
Join Date: Oct 2006
Posts: 1
Trader Rating: (0)
Default Current date problem in MSACCESS 2003

I needed this fix also, and it worked fine. THanks so much.


Quote:
Originally Posted by John Spencer (MVP)
NOTE the exact name of the missing item.
UNCHECK it.
Close the dialog
Compile your code. If you get no errors then you don't need the missing library
for this application.
If you do get errors, then open Tools, references.
Find the item you unchecked and recheck it.
Close the dialog.

Mary wrote:
>
> Hello -
> I support several Access 2002 databases. Yesterday, when opening one of
> them, I received the following error message: Your Microsoft Access database
> or project contains a missing or broken reference to the file 'OWC10.DLL'
> version 1.1.
> Upon opening the Available References (Under Tools, References), I found
> that the reference for this file was checked, but the description read:
> "Missing: Microsoft Office XP Web Components". The properties box showed
> the correct path location for the file (C:/Program Files/Common
> Files/Microsoft Shared/Web Components/10/OWC10.DLL) but apparently couldn't
> access it. I checked some of my other databases and they were correctly
> referencing the file without errors.
>
> The main problem that I notice in the problem database is that the default
> date function "Date()" is not working correctly in any of the forms. Any
> suggestions on how to correct the missing reference? I'm hoping this will
> fix the date functionality as well.
>
> Thanks.
jfrankha11 is offline   Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off