Forum Discussion

Komei_Kato's avatar
Komei_Kato
Copper Contributor
Oct 11, 2023
Solved

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...
  • Tom_van_Stiphout's avatar
    Oct 12, 2023
    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)

Resources