Copy a object from a data base on 1 machine to another

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

Guest

I have develope some forms, querys on a data base on one machine and want to
copy them to the same data base running on another machine.
 
The normal approach is to split the database into a front-end (containing
the queries, forms, reports, macros and modules), linked to a back-end
(containing the tables and relationships). When you have changes to the
front-end, you simply replace it on the other machine(s), without impacting
the data that's there.
 
Back
Top