How to copy from Old Database to new database
like adding new table or particular field.
Printable View
How to copy from Old Database to new database
like adding new table or particular field.
Try using "Insert Into" SQL command - read about it in VB Help.
Wesam
------------------