grams
02-14-2002, 01:16 PM
I have a datagrid that has a datasource of an ado data control. The data control accesses a table in an Access database that is a list of names (REQUESTORNAMES).
On my form the datagrid is visible to the user, who can change one of the names if needed (i.e. if a name is spelled wrong). Once this change is made, I need to grab that new name and search another table (Workorders table) for every instance of that name and change it to the corrected name.
How do I go about getting access to that cell's contents? I have been playing with bookmark, but I am not making much headway. Does anyone have a suggestion?
Thanks much
On my form the datagrid is visible to the user, who can change one of the names if needed (i.e. if a name is spelled wrong). Once this change is made, I need to grab that new name and search another table (Workorders table) for every instance of that name and change it to the corrected name.
How do I go about getting access to that cell's contents? I have been playing with bookmark, but I am not making much headway. Does anyone have a suggestion?
Thanks much