Thanks Marco !

To always have RecordCount up to date,
this solution works fine:

- Set CountAllRecords to TRUE
- Open the DataSet.
- Set CountAllRecords to FALSE, assuming correct recordcount when adding/removing records.

- Don't forget to Set CountAllRecords to TRUE before each re-opening, then resetting it to FALSE just after.


------------------
St


St