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

B

Bob B

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.
 
D

Douglas J. Steele

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.
 
Top