If you have multiple users in the database, you need to split it. You can
then work on your local copy of the front end while others are using their
own local copy (connected to the shared back end), and distribute the update
to them when you have it properly developed, debugged and tested.
As mentioned, you first want to have split the database (Allen given you a
link to read about that).
Once you split, and have things running, then the next step is to allow more
then one developer.
You could have two copies, and make sure the developer ONLY words on a
particular form, or report..but, it hard to keep track of this...
The solution to this problem is achieved by using VSS 6 (visual source
safe). In other words, you need to adopt source code control if you need
more then one developer working at the same time.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.