mira:
A view is not updatable if any of the following conditions are true:
- the keyword DISTINCT is used in the view definition
- the select list contains components other than column specifications, or contains more than one specification of the same column
- the FROM clause specifies more than one table reference or refers to a non-updatable view
- the GROUP BY clause is used in the view definition
- the HAVING clause is used in the view definition
según yo no se podría modificar porque no es una vista modificable. Yo por eso siempre uso StringGrid o un ListView o un ListBox o algo que me deje manejar los datos a mi.
Con el striggrid se puede hacer maravillas cuando lo aprendes a usar, claro tienes que invertirle algo de tiempo