Results 1 to 2 of 2

Thread: Using VB APPEND to add records

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    2
    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.

  2. #2
    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width