Copying an Access table between .MDBs

From: Ignacio Vazquez (ivazquezATorioncommunications.com)
Date: 12/29/03


Date: Mon, 29 Dec 2003 10:52:08 -0500

I'm trying to copy a table from one Access database to another. I've
tried the following without success:

DestCatalog.Tables.Append(SourceCatalog.Tables.Item[i]);

What would be the proper way?

-- 
Cheers,
  Ignacio