Sounds like your scenario is more complicated than originally described. How
are you updating the secondary data source? Through code? If so, you need to
either retrieve the last ID entered in the DB table and add a 1 and then do
the insert, or use a stored procedure to insert the record (if you are using
SQL Server).
---
S.Y.M. Wong-A-Ton
> I tried..using the tutorial you give me ...!
> And it work fine for XML created gorups and fields but it doesnt work for
[quoted text clipped - 7 lines]
> Thanks
> Jhon