Autoexec Problem

DoubleDownAgain

New member
Local time
Today, 01:02
Joined
Feb 4, 2005
Messages
8
Hello,

I am having a problem with a database I created. It is running great for one group but another group is having issues. It is a split Access 2000 db, I have created a batch file so that the front end will be copied from the network to their PCs and then it will launch the db. The primary group that uses it has not had any problems but I tried to get another group to use it and it is giving me the following problems:

Action Failed:
Macro Name: AutoExec
Condition: True
Action Name: RunCode
Arguments: StartupCheck ()

The secondary group is a different loaction but we access many different files off of the shared drive that the d is kept. I even removed all of the code I had in the StartupCheck Function but it still crashes.

Any thoughts? I've checked a member of our network team & there are no current issues wit the network. The bilds for the worksations are identical and we currently run another Access db without incident.

Any help or ideas would be appreciated!

Thanks
 
Databases that work in one environment but not another usually have some references issue. The builds may not be as "identical" as they say. For example, installing VB6 can break existing Access applications because .dll versions change.
 
Bingo!

You were right. The module was crashing when it was being compiled. The difference being was the one group was referencing the Outlook 11 Library and the others were using Outllok 2000, so it was an easy fix. Thanks!
 

Users who are viewing this thread

Back
Top Bottom