I understand that a DBGrid is directly connected to the underlying dataset. In my cade an Access database as an ADOTable. I understand that any input or change to a value in the DBGrid is immediately changed in the underlying dataset.
I have an ADOTable (Access) with each record having seven fields, four contain data and the remaining three fields are empty. I enter data into one of three blink fields directly into the DBGrid. No matter how many values I enter, the data in the last record is not recorded. If after the last entry I click on a new blank record with no data entry, the list entry is recorded.
What is the problem and what is the solution?
fields
I have an ADOTable (Access) with each record having seven fields, four contain data and the remaining three fields are empty. I enter data into one of three blink fields directly into the DBGrid. No matter how many values I enter, the data in the last record is not recorded. If after the last entry I click on a new blank record with no data entry, the list entry is recorded.
What is the problem and what is the solution?
fields