C
Charles
When a cell is changed on a datasheet it appears the underlying recordset is
not updated until the cursor is move off of the row containing that cell.
I want to programmatically force the recordset to be updated in the cells
lostFocus event even if the cursor does notposition on another row.
How can I do that? It seems so simple but I can't make it happen.
CL
not updated until the cursor is move off of the row containing that cell.
I want to programmatically force the recordset to be updated in the cells
lostFocus event even if the cursor does notposition on another row.
How can I do that? It seems so simple but I can't make it happen.
CL