How do i automatic transfer database from one pc to another pc?

N

NewGal

I'm a student doing a project on visual basic program and microsoft access. i
want to know if its possible to automatic transfer database from one pc to
another pc...
 
A

Allen Browne

Assuming the 2nd computer has Access installed, you can simply copy the mdb
file to that computer and run it.

There may be more to it if:
- the version of Access are different, or
- the database uses attached tables, or
- Access security is being used, or
- there are references to ActiveX controls that are not present or are a
different version.
 
Top