>My question is how to edit (or Update) an existed record? >It seems I can't do that smoothly as in VB like this: >(on active record just simply like) >rData!name=XXX >rData!Sex="Male" >rData.Update > Why dont you simply using "UPDATE [Your Table] Set [Your Field] = [Your Value] WHERE [Your Criteria] ? Budi