Copy object

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

Is there a way to copy all database objects ie. queries, forms, reports,
modules, into another datbase without having to specify each object?? I have
a FE database and a backend databse, what I would like to do is have the
front end database get all the objects from a update FE database on a server
if it requires it, without specifiying each of the objects in the database.

If anybody has suggestions let me now

Thanks in advanced
 
Ryan said:
Is there a way to copy all database objects ie. queries, forms, reports,
modules, into another datbase without having to specify each object?? I
have
a FE database and a backend databse, what I would like to do is have the
front end database get all the objects from a update FE database on a
server
if it requires it, without specifiying each of the objects in the
database.

If anybody has suggestions let me now

Thanks in advanced

It can be done, but not that easily and the technique will cause bloating of
your FE.

Why not just copy the file from the server from say a shortcut?
 
The BE of each of my branches sits local at each branch so the linked tables
are different at 3 locations...i would like to update the front end without
interupting the backend connection to the linked tables...unless there is
another way to do this.

Ryan
 
Back
Top