sly
May 31st, 2000, 03:27 AM
How to copy a table from database access to a other one with VB.
MartinLiss
May 31st, 2000, 04:24 AM
Do a search for "CopyTable" (without the quotes) and MartinLiss as the user, and you'll find several of my posts that contain code that you will need to modify that will do what you want. Note that the code assumes you are copying from one database to another, but you can change that if you want to by making both database references the same.