Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
weedavie22
Starting Member
24 Posts |
Posted - 2005-02-13 : 15:57:33
|
Hi guys,I was wondering if anyone can shed some light on this error I'm getting when opening my DB."Your microsoft database or project contains missing or broken reference to the file SACommoncontrols.dll"Any ideas?Thanks,Dave |
|
jhermiz
3564 Posts |
Posted - 2005-02-14 : 00:23:29
|
quote: Originally posted by weedavie22 Hi guys,I was wondering if anyone can shed some light on this error I'm getting when opening my DB."Your microsoft database or project contains missing or broken reference to the file SACommoncontrols.dll"Any ideas?Thanks,Dave
Try opening up any form in design view. Goto the vba code section by clicking that weird looking modules thingy, or by going to the properties of say a button and clicking on an event. Goto tools->references and check off what might be "MISSING". It looks like your access application is accessing a 3rd party DLL. Make sure when you reference this dll you have referenced it correctly and it is available to your app.Jon Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]Imperfection living for perfection -- [url]http://jhermiz.blogspot.com/[/url] |
 |
|
KnooKie
Aged Yak Warrior
623 Posts |
Posted - 2005-02-14 : 06:37:35
|
it may also be possible that this dll will need registering, if so, go to the command line prompt and typeregsvr32 c:\windows\system32\SACommoncontrols.dllor whatever location it reside in====Paul |
 |
|
|
|
|