ACC97: "Name conflicts..." Error When Opening ReplicaID: Q172162
|
Advanced: Requires expert coding, interoperability, and multiuser skills.
When you try to open a replica, you may receive the following error message
Name conflicts with existing module, project or object library.
A conflict is preventing Microsoft Access from compiling and saving the
replica's Visual Basic for Applications project.
The first time you open a replica following synchronization, Microsoft
Access automatically compiles and saves the replica's Visual Basic for
Applications project. In the Design Master, you cleared the Replicable
property on a module's property sheet, and then synchronized with the
replica. However, an error prevented Microsoft Access from updating the
replica's project. So, although the module no longer appeared in the
replica, it had not been removed from the project. You then opened the
Design Master, made the module replicable again, and synchronized with the
replica. You receive the error because Microsoft Access is attempting to
update the project again; however, it is now attempting to add a module to
the project that is already there.
Open the Design Master and make the modules unreplicable. After synchronization, you can open the replica. If you want the modules to be transferred to the replica during synchronization, rename them.
Microsoft has confirmed this to be a problem in Microsoft Access 97. This
problem no longer occurs in Microsoft Access 97 Service Release 1.
NOTE: Stand-alone Microsoft Access 97 Service Release 1 is not currently
available, but you can update your copy of Microsoft Access 97 to Service
Release 1 by downloading Microsoft Office Service Release 1 from
Microsoft's Web site at:
http://officeupdate.microsoft.com/Articles/sr1fact.htm
Function test1()
Msgbox "test"
End Function
Function test2()
Msgbox "test"
End Function
'Module1' has been changed since the last time you opened it, either
by another user or because another instance of it was opened on your
own machine. Do you want to replace the changes that you or another
user made?
For more information about problems with projects in replicas, please see
the following article in the Microsoft Knowledge Base:
Q171207 Removing Replicated Module Causes Automation Error
Keywords : kberrmsg MdlProb RplGen
Version : WINDOWS:97
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 28, 1999