|
-
May 22nd, 2000, 03:41 AM
#1
Thread Starter
Lively Member
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?
-
May 22nd, 2000, 03:52 AM
#2
Hyperactive Member
-
May 22nd, 2000, 08:59 AM
#3
Thread Starter
Lively Member
well i'm using the one that on the default toolbar so what 'regular' combo box are you talking about?
-
May 23rd, 2000, 01:36 AM
#4
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|