Ratib Hussaini
Registered User.
- Local time
- Today, 04:04
- Joined
- Nov 7, 2012
- Messages
- 31
Hello everyone,, I am facing a problem in my database, I searched this forum and googling but couldnt solve my problem. I have a form name purchase order, there in payment information tab, i have a bound combo box, which has 3 values (different countries currancey) and have 3 bound text boxes which are disabled by default.
by selecting anyone value from the combo box, one of the text box should be enabled with value =0 and rest of them should be disabled by value=0.
e.g. I will select Dollar from combo box, the text box which is named txtDollar should be enabled and rest of the two textboxes should be disabled their values should be = 0.
But when I select a value from combobox it shows following error:
"the data has been changed
another user edited this record and saved the changes before you attempted to save your changes.
re-edit the record."
I wrote my code in combobox after update event. Your help will be highly appreciated. thanks
by selecting anyone value from the combo box, one of the text box should be enabled with value =0 and rest of them should be disabled by value=0.
e.g. I will select Dollar from combo box, the text box which is named txtDollar should be enabled and rest of the two textboxes should be disabled their values should be = 0.
But when I select a value from combobox it shows following error:
"the data has been changed
another user edited this record and saved the changes before you attempted to save your changes.
re-edit the record."
I wrote my code in combobox after update event. Your help will be highly appreciated. thanks