Wow...my subject is so descriptive that I barely have to write anything here!
Anyways, my dbgrid is bound to a data control on the form. Allow updates is set to true for the grid and the data control is not read only and is dynaset.
I have text boxes on the form that display info from the currently selected record of the data control and they change appropriately as I select different rows in the grid, so I have no clue why it's telling me there is no current record.
I guess I should add that I'm trying to edit data in the grid by physically clicking on a cell and typing in it, not programmatically.
Thanks in advance for any help.
Anyways, my dbgrid is bound to a data control on the form. Allow updates is set to true for the grid and the data control is not read only and is dynaset.
I have text boxes on the form that display info from the currently selected record of the data control and they change appropriately as I select different rows in the grid, so I have no clue why it's telling me there is no current record.
I guess I should add that I'm trying to edit data in the grid by physically clicking on a cell and typing in it, not programmatically.
Thanks in advance for any help.