hello everyone,

I've got some code which links a simple usercontrol (few txtboxes) on a datarepeater control to a table in an Access97 database via an ado datacontrol.
The datarepeater control works fine but... I would like to delete a record in the underlying table so that it gets deleted in the database. When I use adodc1.recordset.delete it just removes it from the repeater, not from the database.

Has anybody any experience with this?
I actually never used any datacontrol before, I only used straight code until now, so maybe I'm missing something.

Thank you very much

Hiroshimator