dave sharpe
davesharpe2 at cox.net
Tue Feb 18 17:27:01 CST 2003
Access2000
I'm trying to consolidate two MDBs ( "A" & "B" ),
into a third ("C") which I create via code. I
have all of my code in a third ("D"). I've
extablished four workspaces.
I'm trying to use DAO 3.6 and am using
DoCmd.TransferDatabase [transfertype],
databasetype,
databasename[,
objecttype],
source,
destination[,
structureonly][,
saveloginid]
This has on one place to specify
an object MDB (databasename) as
the "Import from" or "Export to"
database. I'm trying to determine
how to let Access know the MDB
to use for the other side of the
operation.
Thank you in advance for any
guidance that you might be
able to provide.
Dave