I am guessing from other posts you may be using MS Access. For a one time copy, the simplest option is to import the information manually from within Access using the "Get External Data" option.
Another option is to use an IN clause to access one database from within the other. (That is assuming the databases are on the same server)
SELECT field1[, field2[, ...]] INTO newtable [IN externaldatabase]
FROM source
http://office.microsoft.co
Main Topics
Browse All Topics





by: _agx_Posted on 2009-03-26 at 06:10:36ID: 23989911
Which database type?