I am working with Visual Studio 2019 in Visual Basic.
I have two databases (Access 2000 format) and need to copy values for some table from Db2 to Db1 . The issue is that tables in Db1 do not have same fields as tables in Db2.
eg.
Db1 table1 (field1, field2, field3)
Db2 table1 (field1, field2)
when copying the field 'field3' in Db2 should stay empty
anyone can help ?
Thanks
I have two databases (Access 2000 format) and need to copy values for some table from Db2 to Db1 . The issue is that tables in Db1 do not have same fields as tables in Db2.
eg.
Db1 table1 (field1, field2, field3)
Db2 table1 (field1, field2)
when copying the field 'field3' in Db2 should stay empty
anyone can help ?
Thanks