G
Guest
Hi All
The answer to this is probably no – but I thought I would ask
Can I use DoCmd.CopyObject to copy an entire database. Something like
DoCmd.CopyObject "WaynesNewDB", "SomeNewName", ac????, "MyOldDB"
If not (which is almost certain) does anyone have any ideas on how to copy a
DB to a new location.
Basically I want to copy the backend from the server to a load of laptops
that are used as stand alone terminals (not FE) - each has a copy of access
2003. The field staff simply complete some forms, connect to the internet
and click a button to send the info back to IT (me). Every now and then I
need to upgrade the laptops and this is very time consuming – so I’m looking
for a method of simply copying a new copy of the BE on to the laptops. - if
pos with the same name but this is not too important as I can delete the old
copy before (hopefully) bringing in the new copy.
Been working on this for a week - and getting nowhere so would really
appreciate any hints
The answer to this is probably no – but I thought I would ask
Can I use DoCmd.CopyObject to copy an entire database. Something like
DoCmd.CopyObject "WaynesNewDB", "SomeNewName", ac????, "MyOldDB"
If not (which is almost certain) does anyone have any ideas on how to copy a
DB to a new location.
Basically I want to copy the backend from the server to a load of laptops
that are used as stand alone terminals (not FE) - each has a copy of access
2003. The field staff simply complete some forms, connect to the internet
and click a button to send the info back to IT (me). Every now and then I
need to upgrade the laptops and this is very time consuming – so I’m looking
for a method of simply copying a new copy of the BE on to the laptops. - if
pos with the same name but this is not too important as I can delete the old
copy before (hopefully) bringing in the new copy.
Been working on this for a week - and getting nowhere so would really
appreciate any hints