Results 1 to 4 of 4

Thread: ADO and Combo

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 1999
    Location
    flanders, nj 07836
    Posts
    110

    Post

    How do I stop a combo box from auto updating when it's bound to a open db? Text's are easy because you can just LOCK them.. but there is no lock property for combos. I took out the code that autoupdates teh db when you move to another record that would put there by the dataform wizard.. but it's still happening.. Basically I dont want any user to be able to change anything on the form with out first click some kind of ADD or UPDATE button..

    Is there a easy way to undo what a user changes on the form.. say when they move to another record?

  2. #2
    Hyperactive Member
    Join Date
    Jun 1999
    Posts
    308
    Use regular combo box.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 1999
    Location
    flanders, nj 07836
    Posts
    110
    well i'm using the one that on the default toolbar so what 'regular' combo box are you talking about?

  4. #4
    Hyperactive Member
    Join Date
    Jun 1999
    Posts
    308
    Don't bound your combo box to a database. Fill it using code and put code for update on a command button.

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