How I can sincronize tables in two diferent mdb files using ADO or ADOX ?
Printable View
How I can sincronize tables in two diferent mdb files using ADO or ADOX ?
see thread :
http://forums.vb-world.net/showthrea...threadid=26433
Instead of using the update..from construct, use an update with a join (access has a sample in its documentation).