Copying data from one Access Database to other

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

Guest

I have a Access database which is used by an application and is continously
storing data. The application which is storing data is running on different
machines and storing in different access databses. Is it possible to transfer
the data from these individual PC into a seperate database which the
application is using it? If yes, can anyone help me with this??

Is there a solution for this?

Regards,
Ritesh
 
Ritesh

Are you certain you want to have two copies of the same data? Another
option would be to link to the Access .mdb file that hold the data. This is
a common design recommendation, splitting an application into a back-end
(holding data only), and one copy of the front-end (forms, queries, reports,
code) on each PC, linked to the back-end.
 
Back
Top