Results 1 to 4 of 4

Thread: ADO data stuff

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 1999
    Posts
    67

    Post

    What code do I need behind a command button to add and edit a new record to an accress 2000 database using the ADO data control.
    Thankyou


  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    If using bound controls, all you need to do is issue an UPDATE command after your controls have been updated.

    When adding a new record, issue an ADDNEW command, update your controls, then UPDATE

    HTH

    Tom

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 1999
    Posts
    67

    Post

    Could You please treat me like an idiot and take me through the process step by step
    thanks

  4. #4
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    I have sent you a small example to your email address

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