
SELECT DISTINCT vs DISTINCTROW with dynaset
>What I am trying to do here is making the recordset to group some
>records that have the same field value into ONE single row and edit ALL
>the records from that single row. This is possible isn't it?
SELECT DISTINCT doesn't _group_ records so you can edit
all of them. Whatever gave you that idea?