VBA Missing DLL file

A

AMY Z.

Hi,
I was working on a new Access project at work. I brought it home for the
weekend to work on.
When I now try to make my comboboxes work on any forms an error message
comes up saying OWC10.DLL is missing.
Help directs me to the VBA window and click the Tools menu, then References.
Trouble is, References is greyed out. You can't click on it. I'm sure I
have the right combobox module open.
Would it be possible for me to copy this DLL file from my office computer
and bring it home to my home computer.
My office computer is XP pro. Home is XP regular.
Appreciate any suggestions,
Amy
 
O

Ofer

If you try to access the reference while the code is running then the
reference will be greyed out, open the MDB in design, click Ctrl+G to open
the immidiate window, now try yo select tools > reference.
Check if any thing is missing in your reference, before you copy it from
work, mark it off and try to run your application, you might not need this
dll.
 
O

Ofer

Any time, have a nice weekend

AMY Z. said:
Thanks for taking time to help me Ofer.
Your suggestions worked. I was not in design mode when trying to click
"References".
I just hope unchecking those boxes didn't mess something else up later.
I've never had this problem before.
Thanx again, apprecitate it,
Amy
 
A

AMY Z.

Thanks for taking time to help me Ofer.
Your suggestions worked. I was not in design mode when trying to click
"References".
I just hope unchecking those boxes didn't mess something else up later.
I've never had this problem before.
Thanx again, apprecitate it,
Amy
 
Top