Internet synchronization

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have designed a small database to acomplish the job that i wanted to
achieve for work. I was just wondering how I would go about unsing the
replica in access to show the same information at my home office that way the
work i did at my home would show at work and vise versa. Would someone please
explain to me.
 
Jeremiah said:
I have designed a small database to acomplish the job that i wanted to
achieve for work. I was just wondering how I would go about unsing the
replica in access to show the same information at my home office that
way the work i did at my home would show at work and vise versa.
Would someone please explain to me.

If you are referring to design work, you should just split the database
(which you should do anyway) into frontend/backend. The backend contains
just the tables/relationships, while the frontend contains the remaining
objects and is linked to the tables in the backend.

You would then just need a copy of the backend at home. Your home copy of
the frontend can link to it while you make design changes. Copy the
frontend to CD (or email it to work), and then relink the tables to the
backend there. Actually for development work, I'd suggest you link to a
copy of the backend at work as well - you don't want to do testing on live
data.

Replication should not be used for anything but tables.
 
Back
Top