I just recently split my database and I made a copy of the front and back
end
and gave them a different name.
Hum, for what reason did you given them a different name?
For the most part, I do make a copy, and then place them in my "development"
machine, or often a development directory.
You the simply fire up the linked table manager..and link the front end (FE)
to the back end (BE). I explain this process
of have you HAVE to link to the copy of the back end in my article here
http://www.members.shaw.ca/AlbertKallal/Articles/split/index.htm
If I add queries, reports, tables etc. how do I replace the active front
and
back end.
Careful. You can add quires, you can add new forms. You can add new reports.
Up to this point, it is easy to deploy this new version with the new
changes. You simply re-link to the production back end. Then create a
mde..and distribute that new mde to all of you users.
However, any modifications to the data structures has to be done in the BE.
Either you write down your changes you made to your "copy" of the BE, and
then RIGHT before you deploy the new FE..you go and make the SAME
modifications to the BE. Another way is to simply ask everyone to go home,
or at least exit out of the application, and then you modify the BE (wither
way..you always had to kick everyone out when modifying the table
structures....at least now you can do this on a copy of the BE..and further
you are free to work on the new FE...which you could not do before
splitting).
Do I change the names on my copy to match the original names and replace
them
via copy?
Hum, as mentioned, for the most part I don't bother re-naming the files, and
it is best to keep them the same.....
Also, I tried to convert an access 2000 db to an access 1997 db and I get
getting errors - any ideas?
Well, if you plan to deploy the appcation as a acces97 application, you are
MUCH better off to develop in a97. If you develop in a2000, it is possible
that you will use one of MANY new features in a2000...and they will not work
in a97.