Results 1 to 2 of 2

Thread: Can someone help me with VB Code?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Location
    Atlanta Ga.
    Posts
    177

    Can someone help me with VB Code?

    Does anyone know how to write a VB program that can add, update, and delete records in the file that I've attached...
    Attached Files Attached Files

  2. #2
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697
    This should get you started....
    Code:
    RecordSetName.Add
    RecordSetName.Edit
    RecordSetName.Update
    RecordSetName.Delete

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