Forum Discussion
Komei_Kato
Oct 11, 2023Copper Contributor
When DataEntry add row,combo box pick up unintended value.
Hello! On Access2021 ,using "DataEntry" I made screen like this shot. At first there is one row(Every columns are blank).Then I skipped 4columns and enter "2" in the last column.(AnyValue occur sam...
- Oct 12, 2023If you do the same data entry in the underlying table or query, do you get the same result?
If not, then there must be something in your form that makes this happen. Could be:
* a default value
* VBA code
* macro code
* data macro code (but then it would happen in table data entry too)
Tom_van_Stiphout
Oct 12, 2023Iron Contributor
If you do the same data entry in the underlying table or query, do you get the same result?
If not, then there must be something in your form that makes this happen. Could be:
* a default value
* VBA code
* macro code
* data macro code (but then it would happen in table data entry too)
If not, then there must be something in your form that makes this happen. Could be:
* a default value
* VBA code
* macro code
* data macro code (but then it would happen in table data entry too)
Komei_Kato
Oct 13, 2023Copper Contributor
Thank you for your reply.
I will make easy program and test if same result happen again or not.
Thank you.