Hi guys,
As a newer to vb and vba, I design a small program by Access 2000 running on server. In its Reference, I've used a special commercial DLL, let's call it a.dll.
Some clients have set a shortcut which links to the small program in server, so also they can run this program.
But in some of client computers, they don't have a.dll, so my design is if there is no a.dll, the program will not use the functions of a.dll.
But the only problem is, because it's a shortcut at the client side, and at server side, the Reference has already been set up. so when you double click the shortcut at the client side, the Access2000 will report errors, a.ll missing.
Is there automatic system method to get around this error beforehand? I mean let system not check, or in my program to cancel the Reference.
Thank you!
As a newer to vb and vba, I design a small program by Access 2000 running on server. In its Reference, I've used a special commercial DLL, let's call it a.dll.
Some clients have set a shortcut which links to the small program in server, so also they can run this program.
But in some of client computers, they don't have a.dll, so my design is if there is no a.dll, the program will not use the functions of a.dll.
But the only problem is, because it's a shortcut at the client side, and at server side, the Reference has already been set up. so when you double click the shortcut at the client side, the Access2000 will report errors, a.ll missing.
Is there automatic system method to get around this error beforehand? I mean let system not check, or in my program to cancel the Reference.
Thank you!
Comment