Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parallel Programming

Status
Not open for further replies.

schwarem

Programmer
Apr 18, 2002
159
US
I am working on a project with another person simultaneously. We are developing on separate computers right now. The plan is to combine the code together on a network server, which will be the final version of the project. We have tried importing, exporting, and copying and pasting the forms we have developed into this common location. Unfortunately, for some reason the VBA code never seems to link with it right on the local machine. We looked into replication, but since the client does not want that and we can't change it back replication is not a good option. Any suggestions would be greatly appreciated. We must develop this simultaneously, because of time constraints.
 
As long as you are not going to be editing the same objects at the same time, you could try just opening up the same database on both the machines, over the network.

make a backup first and regularly


HTH,


Shri
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top