PDA

Click to See Complete Forum and Search --> : Using VB APPEND to add records


larryv
Mar 29th, 2000, 05:11 AM
I need help with the code in VB-5 to append new entries in an Access database on a laptop to the Master Access database on a Workstation. We are using a null modem cable for the hookup and dial-up networking with RAS to transfer the information. I already made it work using the Replication feature of MSAccess, But need to make it work just using VB code???
The help feature of VB5 has been absolutely worthless.
If anyone can shed some light on this, I would really appreciate it.

MrSilent
Mar 29th, 2000, 09:48 AM
Do you mean you want to open the database file for appending?

Why not just open the database and use the AddNew method to add the records?